Skip to content

Commit f13c3e5

Browse files
build(deps): Bump io.github.bonigarcia:webdrivermanager
Bumps [io.github.bonigarcia:webdrivermanager](https://github.com/bonigarcia/webdrivermanager) from 5.9.3 to 6.0.0. - [Release notes](https://github.com/bonigarcia/webdrivermanager/releases) - [Changelog](https://github.com/bonigarcia/webdrivermanager/blob/master/CHANGELOG.md) - [Commits](bonigarcia/webdrivermanager@webdrivermanager-5.9.3...webdrivermanager-6.0.0) --- updated-dependencies: - dependency-name: io.github.bonigarcia:webdrivermanager dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent febcffb commit f13c3e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ testing {
214214
test {
215215
dependencies {
216216
implementation "org.seleniumhq.selenium:selenium-chrome-driver:${seleniumVersion}"
217-
implementation('io.github.bonigarcia:webdrivermanager:5.9.3') {
217+
implementation('io.github.bonigarcia:webdrivermanager:6.0.0') {
218218
exclude group: 'org.seleniumhq.selenium'
219219
}
220220
}
@@ -258,7 +258,7 @@ testing {
258258
dependencies {
259259
implementation project()
260260
implementation(sourceSets.test.output)
261-
implementation('io.github.bonigarcia:webdrivermanager:5.9.3') {
261+
implementation('io.github.bonigarcia:webdrivermanager:6.0.0') {
262262
exclude group: 'org.seleniumhq.selenium'
263263
}
264264
}

0 commit comments

Comments
 (0)