Skip to content

Commit

Permalink
Bump org.seleniumhq.selenium:selenium-java from 4.15.0 to 4.16.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.15.0 to 4.16.1.
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](https://github.com/SeleniumHQ/selenium/commits)

---
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 and LarsEckart committed Dec 8, 2023
1 parent 039522a commit 777d526
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.15.0'
implementation 'org.seleniumhq.selenium:selenium-java:4.16.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.1'
Expand Down

0 comments on commit 777d526

Please sign in to comment.