Skip to content

Commit 9213330

Browse files
build(deps): bump webdrivermanager from 5.1.1 to 5.2.0 (#1697)
Bumps [webdrivermanager](https://github.com/bonigarcia/webdrivermanager) from 5.1.1 to 5.2.0. - [Release notes](https://github.com/bonigarcia/webdrivermanager/releases) - [Changelog](https://github.com/bonigarcia/webdrivermanager/blob/master/CHANGELOG.md) - [Commits](bonigarcia/webdrivermanager@webdrivermanager-5.1.1...webdrivermanager-5.2.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 40c22da commit 9213330

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
@@ -59,7 +59,7 @@ dependencies {
5959

6060
testImplementation 'junit:junit:4.13.2'
6161
testImplementation 'org.hamcrest:hamcrest:2.2'
62-
testImplementation (group: 'io.github.bonigarcia', name: 'webdrivermanager', version: '5.1.1') {
62+
testImplementation (group: 'io.github.bonigarcia', name: 'webdrivermanager', version: '5.2.0') {
6363
exclude group: 'org.seleniumhq.selenium'
6464
}
6565
testImplementation ('org.seleniumhq.selenium:selenium-chrome-driver') {

0 commit comments

Comments
 (0)