Skip to content

Commit f253794

Browse files
build(deps): Bump io.github.bonigarcia:webdrivermanager (#2092)
Bumps [io.github.bonigarcia:webdrivermanager](https://github.com/bonigarcia/webdrivermanager) from 5.6.2 to 5.6.3. - [Release notes](https://github.com/bonigarcia/webdrivermanager/releases) - [Changelog](https://github.com/bonigarcia/webdrivermanager/blob/master/CHANGELOG.md) - [Commits](bonigarcia/webdrivermanager@webdrivermanager-5.6.2...webdrivermanager-5.6.3) --- updated-dependencies: - dependency-name: io.github.bonigarcia:webdrivermanager dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2a39582 commit f253794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ dependencies {
7171
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.1'
7272
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
7373
testImplementation 'org.hamcrest:hamcrest:2.2'
74-
testImplementation (group: 'io.github.bonigarcia', name: 'webdrivermanager', version: '5.6.2') {
74+
testImplementation (group: 'io.github.bonigarcia', name: 'webdrivermanager', version: '5.6.3') {
7575
exclude group: 'org.seleniumhq.selenium'
7676
}
7777
testImplementation "org.seleniumhq.selenium:selenium-chrome-driver:${seleniumVersion}"

0 commit comments

Comments
 (0)