Skip to content

Commit

Permalink
build(deps): bump versions.guavaVersion from 32.0.1-jre to 32.1.0-jre
Browse files Browse the repository at this point in the history
Bumps `versions.guavaVersion` from 32.0.1-jre to 32.1.0-jre.

Updates `com.google.guava:guava` from 32.0.1-jre to 32.1.0-jre
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

Updates `com.google.guava:guava-testlib` from 32.0.1-jre to 32.1.0-jre
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

---
updated-dependencies:
- dependency-name: com.google.guava:guava
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.google.guava:guava-testlib
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 30, 2023
1 parent 4476a9e commit 83cf4de
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 @@ -13,7 +13,7 @@ versions.springSecurityJwtVersion = "1.1.1.RELEASE"
versions.springSecurityOAuthVersion = "2.5.2.RELEASE"
versions.springSecuritySamlVersion = "1.0.10.RELEASE"
versions.tomcatCargoVersion = "9.0.76"
versions.guavaVersion = "32.0.1-jre"
versions.guavaVersion = "32.1.0-jre"
versions.seleniumVersion = "4.10.0"

// Versions we're overriding from the Spring Boot Bom (Dependabot does not issue PRs to bump these versions, so we need to manually bump them)
Expand Down

0 comments on commit 83cf4de

Please sign in to comment.