Skip to content

Commit

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

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

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 9, 2023
1 parent 5c6f7bd commit f8daead
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.74"
versions.guavaVersion = "31.1-jre"
versions.seleniumVersion = "4.9.0"
versions.seleniumVersion = "4.9.1"

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

0 comments on commit f8daead

Please sign in to comment.