Skip to content

Commit

Permalink
build(deps): bump org.seleniumhq.selenium:selenium-java from 4.18.1 t…
Browse files Browse the repository at this point in the history
…o 4.25.0 (#3059)

* build(deps): bump org.seleniumhq.selenium:selenium-java

Bumps [org.seleniumhq.selenium:selenium-java](https://github.com/SeleniumHQ/selenium) from 4.18.1 to 4.25.0.
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](SeleniumHQ/selenium@selenium-4.18.1...selenium-4.25.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>

* Refactor to full selenium

* Refactor to full selenium

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: d036670 <markus.strehle@sap.com>
  • Loading branch information
dependabot[bot] and strehle authored Sep 26, 2024
1 parent 842de19 commit c034b9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ versions.springSecurityVersion = "5.8.14"
versions.springSecuritySamlVersion = "1.0.10.RELEASE"
versions.tomcatCargoVersion = "9.0.95"
versions.guavaVersion = "33.3.1-jre"
versions.seleniumVersion = "4.18.1"
versions.seleniumVersion = "4.25.0"
versions.braveVersion = "6.0.3"
versions.jacksonVersion = "2.17.2"
versions.jsonPathVersion = "2.9.0"
Expand Down Expand Up @@ -81,7 +81,7 @@ libraries.mockitoJunit5 = "org.mockito:mockito-junit-jupiter"
libraries.passay = "org.passay:passay:1.6.5"
libraries.postgresql = "org.postgresql:postgresql:42.7.4"
libraries.selenium = "org.seleniumhq.selenium:selenium-java:${versions.seleniumVersion}"
libraries.seleniumHttp = "org.seleniumhq.selenium:selenium-http-jdk-client:4.13.0"
libraries.seleniumRemoteDriver = "org.seleniumhq.selenium:selenium-remote-driver:${versions.seleniumVersion}"
libraries.slf4jApi = "org.slf4j:slf4j-api"
libraries.slf4jImpl = "org.apache.logging.log4j:log4j-slf4j-impl"
libraries.snakeyaml = "org.yaml:snakeyaml"
Expand Down
2 changes: 1 addition & 1 deletion uaa/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ dependencies {
testImplementation(libraries.hibernateValidator)
testImplementation(libraries.junit)
testImplementation(libraries.selenium)
testImplementation(libraries.seleniumHttp)
testImplementation(libraries.seleniumRemoteDriver)
testImplementation(libraries.dumbster) {
exclude(module: "mail")
exclude(module: "activation")
Expand Down

0 comments on commit c034b9a

Please sign in to comment.