Skip to content

Commit

Permalink
Use Guava version 33.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mernst committed Apr 28, 2024
1 parent 7051bda commit 81f7d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -755,7 +755,7 @@ subprojects {

// TODO: it's a bug that annotatedlib:guava requires the error_prone_annotations dependency.
annotatedGuava "com.google.errorprone:error_prone_annotations:${versions.errorprone}"
annotatedGuava ('org.checkerframework.annotatedlib:guava:30.1.1-jre') {
annotatedGuava ('org.checkerframework.annotatedlib:guava:33.1.0.2-jre') {
// So long as Guava only uses annotations from checker-qual, excluding it should not cause problems.
exclude group: 'org.checkerframework'
}
Expand Down

0 comments on commit 81f7d01

Please sign in to comment.