Skip to content

Commit b47d84b

Browse files
committed
Upgrade guava version to 33.4.8-jre
1 parent a8de9f0 commit b47d84b

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ IO_GRPC_GRPC_JAVA_ARTIFACTS = [
1717
"com.google.code.gson:gson:2.11.0",
1818
"com.google.errorprone:error_prone_annotations:2.30.0",
1919
"com.google.guava:failureaccess:1.0.1",
20-
"com.google.guava:guava:33.3.1-android",
20+
"com.google.guava:guava:33.4.8-jre",
2121
"com.google.re2j:re2j:1.8",
2222
"com.google.s2a.proto.v2:s2a-proto:0.1.1",
2323
"com.google.truth:truth:1.4.2",

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
dependencies {
3-
classpath 'com.google.guava:guava:30.0-android'
3+
classpath 'com.google.guava:guava:33.4.8-jre'
44
}
55
}
66

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ google-cloud-logging = "com.google.cloud:google-cloud-logging:3.21.2"
4646
# 2.12.1 requires error_prone_annotations:2.36.0 but we are stuck with 2.30.0
4747
gson = "com.google.code.gson:gson:2.11.0"
4848
# 33.4.0 requires com.google.errorprone:error_prone_annotations:2.36.0 but we are stuck with 2.30.0 (see above)
49-
guava = "com.google.guava:guava:33.3.1-android"
49+
guava = "com.google.guava:guava:33.4.8-jre"
5050
guava-betaChecker = "com.google.guava:guava-beta-checker:1.0"
51-
guava-testlib = "com.google.guava:guava-testlib:33.3.1-android"
51+
guava-testlib = "com.google.guava:guava-testlib:33.4.8-jre"
5252
# JRE version is needed for projects where its a transitive dependency, f.e. gcp-observability.
5353
# May be different from the -android version.
54-
guava-jre = "com.google.guava:guava:33.3.1-jre"
54+
guava-jre = "com.google.guava:guava:33.4.8-jre"
5555
hdrhistogram = "org.hdrhistogram:HdrHistogram:2.2.2"
5656
# 6.0.0+ use java.lang.Deprecated forRemoval and since from Java 9
5757
jakarta-servlet-api = "jakarta.servlet:jakarta.servlet-api:5.0.0"

repositories.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ IO_GRPC_GRPC_JAVA_ARTIFACTS = [
2121
"com.google.code.gson:gson:2.11.0",
2222
"com.google.errorprone:error_prone_annotations:2.30.0",
2323
"com.google.guava:failureaccess:1.0.1",
24-
"com.google.guava:guava:33.3.1-android",
24+
"com.google.guava:guava:33.4.8-jre",
2525
"com.google.re2j:re2j:1.8",
2626
"com.google.s2a.proto.v2:s2a-proto:0.1.1",
2727
"com.google.truth:truth:1.4.2",

0 commit comments

Comments
 (0)