Skip to content

Commit

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 6, 2024
1 parent 97b440f commit 85a31b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CedarJava/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ dependencies {
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.0'
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.17.0'
implementation 'com.fizzed:jne:4.1.1'
implementation 'com.google.guava:guava:33.1.0-jre'
implementation 'com.google.guava:guava:33.2.0-jre'
compileOnly 'com.github.spotbugs:spotbugs-annotations:4.8.4'
testImplementation 'net.jqwik:jqwik:1.8.4'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
Expand Down

0 comments on commit 85a31b9

Please sign in to comment.