Skip to content

Commit

Permalink
[WOR-1448]: Bump com.google.guava:guava from 31.1-jre to 33.2.1-jre
Browse files Browse the repository at this point in the history
Bumps [com.google.guava:guava](https://github.com/google/guava) from 31.1-jre to 33.2.1-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
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 3, 2024
1 parent 9f37f98 commit 66a51d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buffer-clienttests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies {
ext {
apacheMath = '3.6.1'
findbugsAnnotations = "3.0.1u2"
guava = "31.1-jre"
guava = "33.2.1-jre"
jackson = "2.15.2"
jersey = "3.1.3"
kubernetesClient = "14.0.1"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ dependencies {
// Versioned direct deps
implementation group: 'com.google.auto.value', name: 'auto-value-annotations', version: '1.9'
implementation group: 'com.google.cloud', name: 'google-cloud-pubsub', version: '1.120.11'
implementation group: 'com.google.guava', name: 'guava', version: '31.1-jre'
implementation group: 'com.google.guava', name: 'guava', version: '33.2.1-jre'
implementation group: 'jakarta.validation', name: 'jakarta.validation-api', version: '3.0.2'
implementation group: 'org.liquibase', name: 'liquibase-core', version: '4.22.0'
implementation group: 'org.webjars', name: 'webjars-locator-core', version: '0.52'
Expand Down

0 comments on commit 66a51d4

Please sign in to comment.