Skip to content

Commit

Permalink
[CORE-69]: Bump com.google.guava:guava from 31.1-jre to 33.4.0-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.4.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
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 10, 2025
1 parent 7f99298 commit 1be709f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ dependencies {

// Google dependencies
constraints {
implementation group: 'com.google.guava', name: 'guava', version: '31.1-jre' // '-jre' for Java 8 or higher
implementation group: 'com.google.guava', name: 'guava', version: '33.4.0-jre' // '-jre' for Java 8 or higher
}
implementation platform('com.google.cloud:libraries-bom:26.28.0') // use common bom
implementation group: 'com.google.auto.value', name: 'auto-value-annotations'
Expand Down

0 comments on commit 1be709f

Please sign in to comment.