Skip to content

Commit 2fe16a4

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

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
@@ -61,7 +61,7 @@ dependencies {
6161

6262
testImplementation 'junit:junit:4.13.2'
6363
testImplementation 'org.hamcrest:hamcrest:2.2'
64-
testImplementation (group: 'io.github.bonigarcia', name: 'webdrivermanager', version: '5.0.3') {
64+
testImplementation (group: 'io.github.bonigarcia', name: 'webdrivermanager', version: '5.1.0') {
6565
exclude group: 'org.seleniumhq.selenium'
6666
}
6767
testImplementation ('org.seleniumhq.selenium:selenium-chrome-driver') {

0 commit comments

Comments
 (0)