Skip to content

Commit 2f4062a

Browse files
build(deps): bump webdrivermanager from 5.0.2 to 5.0.3 (#1516)
Bumps [webdrivermanager](https://github.com/bonigarcia/webdrivermanager) from 5.0.2 to 5.0.3. - [Release notes](https://github.com/bonigarcia/webdrivermanager/releases) - [Changelog](https://github.com/bonigarcia/webdrivermanager/blob/master/CHANGELOG.md) - [Commits](bonigarcia/webdrivermanager@webdrivermanager-5.0.2...webdrivermanager-5.0.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 381368c commit 2f4062a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ dependencies {
8484

8585
testImplementation 'junit:junit:4.13.2'
8686
testImplementation 'org.hamcrest:hamcrest:2.2'
87-
testImplementation (group: 'io.github.bonigarcia', name: 'webdrivermanager', version: '5.0.2') {
87+
testImplementation (group: 'io.github.bonigarcia', name: 'webdrivermanager', version: '5.0.3') {
8888
exclude group: 'org.seleniumhq.selenium'
8989
}
9090
}

0 commit comments

Comments
 (0)