Skip to content

Commit

Permalink
Bump org.seleniumhq.selenium:selenium-java from 4.24.0 to 4.25.0 (#1426)
Browse files Browse the repository at this point in the history
Co-authored-by: Boni Garcia <[email protected]>
  • Loading branch information
dependabot[bot] and bonigarcia authored Sep 23, 2024
1 parent 66e50f3 commit e081f5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion junit5-cucumber-selenium/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ext {
junitJupiterVersion = '5.11.0'
junitPlatformSuiteVersion = '1.11.0'
cucumberVersion = '7.19.0'
seleniumJavaVersion = '4.24.0'
seleniumJavaVersion = '4.25.0'
webdrivermanagerVersion = '5.9.2'
}

Expand Down
2 changes: 1 addition & 1 deletion junit5-selenium/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repositories {

ext {
junitJupiterVersion = '5.11.0'
seleniumVersion = '4.24.0'
seleniumVersion = '4.25.0'
seleniumJupiterVersion = '5.1.1'
}

Expand Down

0 comments on commit e081f5f

Please sign in to comment.