Skip to content

Commit

Permalink
Bump org.seleniumhq.selenium:selenium-java from 4.12.1 to 4.13.0
Browse files Browse the repository at this point in the history
Bumps [org.seleniumhq.selenium:selenium-java](https://github.com/SeleniumHQ/selenium) from 4.12.1 to 4.13.0.
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](https://github.com/SeleniumHQ/selenium/commits/selenium-4.13.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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 26, 2023
1 parent 9842e28 commit 0c92f56
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.10.0'
junitPlatformSuiteVersion = '1.10.0'
cucumberVersion = '7.14.0'
seleniumJavaVersion = '4.12.1'
seleniumJavaVersion = '4.13.0'
webdrivermanagerVersion = '5.5.3'
}

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.10.0'
seleniumVersion = '4.12.1'
seleniumVersion = '4.13.0'
seleniumJupiterVersion = '4.3.7'
}

Expand Down

0 comments on commit 0c92f56

Please sign in to comment.