Skip to content

Commit

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

---
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>
  • Loading branch information
dependabot[bot] authored Jul 20, 2023
1 parent 9b43579 commit 03d909d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion selenium-webdriver-junit4/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ ext {
seleniumVersion = "4.10.0"
junit4Version = "4.13.2"
assertjVersion = "3.24.2"
wdmVersion = "5.4.0"
wdmVersion = "5.4.1"

htmlunitVersion = "4.10.0"
awaitilityVersion = "4.2.0"
Expand Down
2 changes: 1 addition & 1 deletion selenium-webdriver-junit5/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ ext {
seleniumVersion = "4.10.0"
junit5Version = "5.9.3"
assertjVersion = "3.24.2"
wdmVersion = "5.4.0"
wdmVersion = "5.4.1"

htmlunitVersion = "4.10.0"
rerunnerVersion = "2.1.6"
Expand Down
2 changes: 1 addition & 1 deletion selenium-webdriver-testng/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ ext {
seleniumVersion = "4.10.0"
testNgVersion = "7.8.0"
assertjVersion = "3.24.2"
wdmVersion = "5.4.0"
wdmVersion = "5.4.1"

htmlunitVersion = "4.10.0"
awaitilityVersion = "4.2.0"
Expand Down

0 comments on commit 03d909d

Please sign in to comment.