Skip to content

Commit abb2888

Browse files
Upgrade gson to 2.13.2
1 parent 9716496 commit abb2888

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ IO_GRPC_GRPC_JAVA_ARTIFACTS = [
1414
"com.google.auto.value:auto-value-annotations:1.11.0",
1515
"com.google.auto.value:auto-value:1.11.0",
1616
"com.google.code.findbugs:jsr305:3.0.2",
17-
"com.google.code.gson:gson:2.12.1",
17+
"com.google.code.gson:gson:2.13.2",
1818
"com.google.errorprone:error_prone_annotations:2.45.0",
1919
"com.google.guava:failureaccess:1.0.1",
2020
"com.google.guava:guava:33.5.0-android",

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ google-auth-oauth2Http = "com.google.auth:google-auth-library-oauth2-http:1.41.0
5656
google-cloud-logging = "com.google.cloud:google-cloud-logging:3.23.9"
5757
# 2.13.0 requires error_prone_annotations:2.37.0, but we are stuck with 2.36.0
5858
# checkForUpdates: gson:2.12.+
59-
gson = "com.google.code.gson:gson:2.12.1"
59+
gson = "com.google.code.gson:gson:2.13.2"
6060
guava = "com.google.guava:guava:33.5.0-android"
6161
guava-betaChecker = "com.google.guava:guava-beta-checker:1.0"
6262
guava-testlib = "com.google.guava:guava-testlib:33.5.0-android"

repositories.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ IO_GRPC_GRPC_JAVA_ARTIFACTS = [
1818
"com.google.auto.value:auto-value-annotations:1.11.0",
1919
"com.google.auto.value:auto-value:1.11.0",
2020
"com.google.code.findbugs:jsr305:3.0.2",
21-
"com.google.code.gson:gson:2.12.1",
21+
"com.google.code.gson:gson:2.13.2",
2222
"com.google.errorprone:error_prone_annotations:2.45.0",
2323
"com.google.guava:failureaccess:1.0.1",
2424
"com.google.guava:guava:33.5.0-android",

0 commit comments

Comments
 (0)