Skip to content

Commit

Permalink
build(deps): bump versions.seleniumVersion from 4.9.1 to 4.10.0
Browse files Browse the repository at this point in the history
Bumps `versions.seleniumVersion` from 4.9.1 to 4.10.0.

Updates `org.seleniumhq.selenium:selenium-java` from 4.9.1 to 4.10.0
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](SeleniumHQ/selenium@selenium-4.9.1...selenium-4.10.0)

Updates `org.seleniumhq.selenium:selenium-http-jdk-client` from 4.9.1 to 4.10.0
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](SeleniumHQ/selenium@selenium-4.9.1...selenium-4.10.0)

---
updated-dependencies:
- dependency-name: org.seleniumhq.selenium:selenium-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.seleniumhq.selenium:selenium-http-jdk-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 13, 2023
1 parent 2d35c36 commit 9f5b1ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ versions.springSecurityOAuthVersion = "2.5.2.RELEASE"
versions.springSecuritySamlVersion = "1.0.10.RELEASE"
versions.tomcatCargoVersion = "9.0.76"
versions.guavaVersion = "32.0.1-jre"
versions.seleniumVersion = "4.9.1"
versions.seleniumVersion = "4.10.0"

ext {
tomcatCargoVersion = "${versions.tomcatCargoVersion}"
Expand Down

0 comments on commit 9f5b1ec

Please sign in to comment.