Skip to content

Commit

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

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

Updates `org.seleniumhq.selenium:selenium-http-jdk-client` from 4.12.0 to 4.12.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-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] authored and Tallicia committed Sep 5, 2023
1 parent f45c3fb commit 0d3767c
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 @@ -15,7 +15,7 @@ versions.statsdClientVersion = "3.1.0" // statsd is not included in spring-boot
versions.junitVersion = "4.13.2" // Needed to support junit 4 with spring-boot 2.4
versions.velocityEngineCoreVersion = "2.3"
versions.xmlsecVersion ="3.0.2"
versions.seleniumVersion = "4.12.0"
versions.seleniumVersion = "4.12.1"

// Versions we're overriding from the Spring Boot Bom
ext["flyway.version"] = "7.15.0" // flyway 8+ drops support for mysql 5.7
Expand Down

0 comments on commit 0d3767c

Please sign in to comment.