Skip to content

Commit 29b3e9a

Browse files
build(deps): Bump io.github.bonigarcia:webdrivermanager (#2406)
Bumps [io.github.bonigarcia:webdrivermanager](https://github.com/bonigarcia/webdrivermanager) from 6.3.3 to 6.3.4. - [Release notes](https://github.com/bonigarcia/webdrivermanager/releases) - [Changelog](https://github.com/bonigarcia/webdrivermanager/blob/master/CHANGELOG.md) - [Commits](bonigarcia/webdrivermanager@webdrivermanager-6.3.3...webdrivermanager-6.3.4) --- updated-dependencies: - dependency-name: io.github.bonigarcia:webdrivermanager dependency-version: 6.3.4 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 aeb244d commit 29b3e9a

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
@@ -229,7 +229,7 @@ testing {
229229
test {
230230
dependencies {
231231
implementation "org.seleniumhq.selenium:selenium-chrome-driver:${seleniumVersion}"
232-
implementation('io.github.bonigarcia:webdrivermanager:6.3.3') {
232+
implementation('io.github.bonigarcia:webdrivermanager:6.3.4') {
233233
exclude group: 'org.seleniumhq.selenium'
234234
}
235235
}
@@ -273,7 +273,7 @@ testing {
273273
dependencies {
274274
implementation project()
275275
implementation(sourceSets.test.output)
276-
implementation('io.github.bonigarcia:webdrivermanager:6.3.3') {
276+
implementation('io.github.bonigarcia:webdrivermanager:6.3.4') {
277277
exclude group: 'org.seleniumhq.selenium'
278278
}
279279
}

0 commit comments

Comments
 (0)