File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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
4343google-cloud-logging = " com.google.cloud:google-cloud-logging:3.21.1"
4444gson = " 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"
4647guava-betaChecker = " com.google.guava:guava-beta-checker:1.0"
4748guava-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"
5152hdrhistogram = " org.hdrhistogram:HdrHistogram:2.2.2"
5253# 6.0.0+ use java.lang.Deprecated forRemoval and since from Java 9
5354jakarta-servlet-api = " jakarta.servlet:jakarta.servlet-api:6.1.0"
You can’t perform that action at this time.
0 commit comments