Skip to content

Commit 4070038

Browse files
committed
Update versions in the various version files
1 parent 4c2e988 commit 4070038

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module(
88
# GRPC_DEPS_START
99
IO_GRPC_GRPC_JAVA_ARTIFACTS = [
1010
"com.google.android:annotations:4.1.1.4",
11-
"com.google.api.grpc:proto-google-common-protos:2.48.0",
11+
"com.google.api.grpc:proto-google-common-protos:2.51.0",
1212
"com.google.auth:google-auth-library-credentials:1.24.1",
1313
"com.google.auth:google-auth-library-oauth2-http:1.24.1",
1414
"com.google.auto.value:auto-value-annotations:1.11.0",
@@ -18,7 +18,7 @@ IO_GRPC_GRPC_JAVA_ARTIFACTS = [
1818
"com.google.errorprone:error_prone_annotations:2.30.0",
1919
"com.google.guava:failureaccess:1.0.1",
2020
"com.google.guava:guava:33.3.1-android",
21-
"com.google.re2j:re2j:1.7",
21+
"com.google.re2j:re2j:1.8",
2222
"com.google.truth:truth:1.4.2",
2323
"com.squareup.okhttp:okhttp:2.7.5",
2424
"com.squareup.okio:okio:2.10.0", # 3.0+ needs swapping to -jvm; need work to avoid flag-day

gradle/libs.versions.toml

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

repositories.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
1212
# GRPC_DEPS_START
1313
IO_GRPC_GRPC_JAVA_ARTIFACTS = [
1414
"com.google.android:annotations:4.1.1.4",
15-
"com.google.api.grpc:proto-google-common-protos:2.48.0",
15+
"com.google.api.grpc:proto-google-common-protos:2.51.0",
1616
"com.google.auth:google-auth-library-credentials:1.24.1",
1717
"com.google.auth:google-auth-library-oauth2-http:1.24.1",
1818
"com.google.auto.value:auto-value-annotations:1.11.0",
@@ -22,7 +22,7 @@ IO_GRPC_GRPC_JAVA_ARTIFACTS = [
2222
"com.google.errorprone:error_prone_annotations:2.30.0",
2323
"com.google.guava:failureaccess:1.0.1",
2424
"com.google.guava:guava:33.3.1-android",
25-
"com.google.re2j:re2j:1.7",
25+
"com.google.re2j:re2j:1.8",
2626
"com.google.truth:truth:1.4.2",
2727
"com.squareup.okhttp:okhttp:2.7.5",
2828
"com.squareup.okio:okio:2.10.0", # 3.0+ needs swapping to -jvm; need work to avoid flag-day

0 commit comments

Comments
 (0)