Skip to content

Commit 318a6a9

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,13 @@ google-auth-oauth2Http = "com.google.auth:google-auth-library-oauth2-http:1.30.1
4242
# Release notes: https://cloud.google.com/logging/docs/release-notes
4343
google-cloud-logging = "com.google.cloud:google-cloud-logging:3.21.1"
4444
gson = "com.google.code.gson:gson:2.11.0"
45-
guava = "com.google.guava:guava:33.4.0-android"
45+
# 33.4.0 requires com.google.errorprone:error_prone_annotations:2.36.0 but we are stuck with 2.30.0 (see above)
46+
guava = "com.google.guava:guava:33.3.1-android"
4647
guava-betaChecker = "com.google.guava:guava-beta-checker:1.0"
4748
guava-testlib = "com.google.guava:guava-testlib:33.4.0-android"
4849
# JRE version is needed for projects where its a transitive dependency, f.e. gcp-observability.
4950
# May be different from the -android version.
50-
guava-jre = "com.google.guava:guava:33.4.0-jre"
51+
guava-jre = "com.google.guava:guava:33.3.1-jre"
5152
hdrhistogram = "org.hdrhistogram:HdrHistogram:2.2.2"
5253
# 6.0.0+ use java.lang.Deprecated forRemoval and since from Java 9
5354
jakarta-servlet-api = "jakarta.servlet:jakarta.servlet-api:6.1.0"

0 commit comments

Comments
 (0)