Skip to content

Commit 6b6de17

Browse files
build(deps): Bump io.github.bonigarcia:webdrivermanager (#2270)
Bumps [io.github.bonigarcia:webdrivermanager](https://github.com/bonigarcia/webdrivermanager) from 5.9.2 to 5.9.3. - [Release notes](https://github.com/bonigarcia/webdrivermanager/releases) - [Changelog](https://github.com/bonigarcia/webdrivermanager/blob/master/CHANGELOG.md) - [Commits](bonigarcia/webdrivermanager@webdrivermanager-5.9.2...webdrivermanager-5.9.3) --- updated-dependencies: - dependency-name: io.github.bonigarcia:webdrivermanager 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 eda193c commit 6b6de17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ testing {
213213
test {
214214
dependencies {
215215
implementation "org.seleniumhq.selenium:selenium-chrome-driver:${seleniumVersion}"
216-
implementation('io.github.bonigarcia:webdrivermanager:5.9.2') {
216+
implementation('io.github.bonigarcia:webdrivermanager:5.9.3') {
217217
exclude group: 'org.seleniumhq.selenium'
218218
}
219219
}
@@ -257,7 +257,7 @@ testing {
257257
dependencies {
258258
implementation project()
259259
implementation(sourceSets.test.output)
260-
implementation('io.github.bonigarcia:webdrivermanager:5.9.2') {
260+
implementation('io.github.bonigarcia:webdrivermanager:5.9.3') {
261261
exclude group: 'org.seleniumhq.selenium'
262262
}
263263
}

0 commit comments

Comments
 (0)