Skip to content

Commit

Permalink
build(deps): Bump io.github.bonigarcia:webdrivermanager (#2209)
Browse files Browse the repository at this point in the history
Bumps [io.github.bonigarcia:webdrivermanager](https://github.com/bonigarcia/webdrivermanager) from 5.9.1 to 5.9.2.
- [Release notes](https://github.com/bonigarcia/webdrivermanager/releases)
- [Changelog](https://github.com/bonigarcia/webdrivermanager/blob/master/CHANGELOG.md)
- [Commits](bonigarcia/webdrivermanager@webdrivermanager-5.9.1...webdrivermanager-5.9.2)

---
updated-dependencies:
- dependency-name: io.github.bonigarcia:webdrivermanager
  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>
  • Loading branch information
dependabot[bot] authored Jul 29, 2024
1 parent 8c75016 commit 567deee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ testing {
test {
dependencies {
implementation "org.seleniumhq.selenium:selenium-chrome-driver:${seleniumVersion}"
implementation('io.github.bonigarcia:webdrivermanager:5.9.1') {
implementation('io.github.bonigarcia:webdrivermanager:5.9.2') {
exclude group: 'org.seleniumhq.selenium'
}
}
Expand Down Expand Up @@ -257,7 +257,7 @@ testing {
dependencies {
implementation project()
implementation(sourceSets.test.output)
implementation('io.github.bonigarcia:webdrivermanager:5.9.1') {
implementation('io.github.bonigarcia:webdrivermanager:5.9.2') {
exclude group: 'org.seleniumhq.selenium'
}
}
Expand Down

0 comments on commit 567deee

Please sign in to comment.