Skip to content

Commit

Permalink
Bump io.github.bonigarcia:webdrivermanager from 5.4.1 to 5.5.0 (#670)
Browse files Browse the repository at this point in the history
Co-authored-by: Boni Garcia <boni.garcia@uc3m.es>
  • Loading branch information
dependabot[bot] and bonigarcia authored Aug 23, 2023
1 parent d87f0ce commit bbc3b0d
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.11.0"
junit4Version = "4.13.2"
assertjVersion = "3.24.2"
wdmVersion = "5.4.1"
wdmVersion = "5.5.0"

htmlunitVersion = "4.11.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.11.0"
junit5Version = "5.10.0"
assertjVersion = "3.24.2"
wdmVersion = "5.4.1"
wdmVersion = "5.5.0"

htmlunitVersion = "4.11.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.11.0"
testNgVersion = "7.8.0"
assertjVersion = "3.24.2"
wdmVersion = "5.4.1"
wdmVersion = "5.5.0"

htmlunitVersion = "4.11.0"
awaitilityVersion = "4.2.0"
Expand Down

0 comments on commit bbc3b0d

Please sign in to comment.