Skip to content

Commit cad009a

Browse files
build(deps): Bump io.github.bonigarcia:webdrivermanager (#2285)
Bumps [io.github.bonigarcia:webdrivermanager](https://github.com/bonigarcia/webdrivermanager) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/bonigarcia/webdrivermanager/releases) - [Changelog](https://github.com/bonigarcia/webdrivermanager/blob/master/CHANGELOG.md) - [Commits](bonigarcia/webdrivermanager@webdrivermanager-6.0.0...webdrivermanager-6.0.1) --- updated-dependencies: - dependency-name: io.github.bonigarcia:webdrivermanager dependency-version: 6.0.1 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 05a4bdf commit cad009a

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:6.0.0') {
217+
implementation('io.github.bonigarcia:webdrivermanager:6.0.1') {
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:6.0.0') {
261+
implementation('io.github.bonigarcia:webdrivermanager:6.0.1') {
262262
exclude group: 'org.seleniumhq.selenium'
263263
}
264264
}

0 commit comments

Comments
 (0)