Skip to content

Commit

Permalink
Bump org.seleniumhq.selenium:selenium-java in /tests
Browse files Browse the repository at this point in the history
Bumps [org.seleniumhq.selenium:selenium-java](https://github.com/SeleniumHQ/selenium) from 4.25.0 to 4.26.0.
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](SeleniumHQ/selenium@selenium-4.25.0...selenium-4.26.0)

---
updated-dependencies:
- dependency-name: org.seleniumhq.selenium:selenium-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent f6a7512 commit cda25c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ java {
dependencies {
testImplementation 'org.slf4j:slf4j-simple:2.0.16'
testImplementation 'io.github.bonigarcia:webdrivermanager:5.9.2'
testImplementation 'org.seleniumhq.selenium:selenium-java:4.25.0'
testImplementation 'org.seleniumhq.selenium:selenium-java:4.26.0'
testImplementation 'com.evanlennick:retry4j:0.15.0'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.3'
Expand Down

0 comments on commit cda25c6

Please sign in to comment.