Skip to content

Commit 9d3b569

Browse files
build(deps): Bump io.github.bonigarcia:webdrivermanager (#2319)
Bumps [io.github.bonigarcia:webdrivermanager](https://github.com/bonigarcia/webdrivermanager) from 6.1.0 to 6.1.1. - [Release notes](https://github.com/bonigarcia/webdrivermanager/releases) - [Changelog](https://github.com/bonigarcia/webdrivermanager/blob/master/CHANGELOG.md) - [Commits](bonigarcia/webdrivermanager@webdrivermanager-6.1.0...webdrivermanager-6.1.1) --- updated-dependencies: - dependency-name: io.github.bonigarcia:webdrivermanager dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f4ea723 commit 9d3b569

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ testing {
222222
test {
223223
dependencies {
224224
implementation "org.seleniumhq.selenium:selenium-chrome-driver:${seleniumVersion}"
225-
implementation('io.github.bonigarcia:webdrivermanager:6.1.0') {
225+
implementation('io.github.bonigarcia:webdrivermanager:6.1.1') {
226226
exclude group: 'org.seleniumhq.selenium'
227227
}
228228
}
@@ -266,7 +266,7 @@ testing {
266266
dependencies {
267267
implementation project()
268268
implementation(sourceSets.test.output)
269-
implementation('io.github.bonigarcia:webdrivermanager:6.1.0') {
269+
implementation('io.github.bonigarcia:webdrivermanager:6.1.1') {
270270
exclude group: 'org.seleniumhq.selenium'
271271
}
272272
}

0 commit comments

Comments
 (0)