Skip to content

Commit

Permalink
Bump org.seleniumhq.selenium:selenium-java from 4.11.0 to 4.12.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.11.0 to 4.12.0.
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](SeleniumHQ/selenium@selenium-4.11.0...selenium-4.12.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 4, 2023
1 parent c9fd781 commit ae9ce0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/selenium/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories { mavenCentral() }
dependencies {
api(project(":modules:core"))

api("org.seleniumhq.selenium:selenium-java:4.11.0")
api("org.seleniumhq.selenium:selenium-java:4.12.0")

api("io.github.bonigarcia:webdrivermanager:5.5.2")
implementation("commons-io:commons-io:2.13.0")
Expand Down

0 comments on commit ae9ce0c

Please sign in to comment.