Skip to content

Commit 89f15d0

Browse files
committed
Revert guava upgrade since it seems to require higher erorrprone annotations.
1 parent 318a6a9 commit 89f15d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ gson = "com.google.code.gson:gson:2.11.0"
4545
# 33.4.0 requires com.google.errorprone:error_prone_annotations:2.36.0 but we are stuck with 2.30.0 (see above)
4646
guava = "com.google.guava:guava:33.3.1-android"
4747
guava-betaChecker = "com.google.guava:guava-beta-checker:1.0"
48-
guava-testlib = "com.google.guava:guava-testlib:33.4.0-android"
48+
guava-testlib = "com.google.guava:guava-testlib:33.1.0-android"
4949
# JRE version is needed for projects where its a transitive dependency, f.e. gcp-observability.
5050
# May be different from the -android version.
5151
guava-jre = "com.google.guava:guava:33.3.1-jre"

0 commit comments

Comments
 (0)