Skip to content

Commit

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

---
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 Feb 20, 2024
1 parent f03bd18 commit 24357ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repositories {

dependencies {
implementation 'org.fusesource.jansi:jansi:2.4.1'
implementation 'org.seleniumhq.selenium:selenium-java:4.17.0'
implementation 'org.seleniumhq.selenium:selenium-java:4.18.1'
implementation 'org.eclipse.jetty:jetty-server:[9.4.17.v20190418,9.99.99)'
implementation 'org.eclipse.jetty:jetty-servlet:[9.4.17.v20190418,9.99.99)'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
Expand Down

0 comments on commit 24357ee

Please sign in to comment.