Skip to content

Commit 69d27f9

Browse files
committed
revert google-auth-library and proto-google-common-protos
1 parent c92b11b commit 69d27f9

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

MODULE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ 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.67.0",
12-
"com.google.auth:google-auth-library-credentials:1.43.0",
13-
"com.google.auth:google-auth-library-oauth2-http:1.43.0",
11+
"com.google.api.grpc:proto-google-common-protos:2.63.2",
12+
"com.google.auth:google-auth-library-credentials:1.41.0",
13+
"com.google.auth:google-auth-library-oauth2-http:1.41.0",
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",

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ errorprone-core = "com.google.errorprone:error_prone_core:2.31.0"
5252
# 2.11.0+ requires JDK 11+ (See https://github.com/google/error-prone/releases/tag/v2.11.0)
5353
# checkForUpdates: errorprone-corejava8:2.10.+
5454
errorprone-corejava8 = "com.google.errorprone:error_prone_core:2.10.0"
55-
google-api-protos = "com.google.api.grpc:proto-google-common-protos:2.67.0"
56-
google-auth-credentials = "com.google.auth:google-auth-library-credentials:1.43.0"
57-
google-auth-oauth2Http = "com.google.auth:google-auth-library-oauth2-http:1.43.0"
55+
google-api-protos = "com.google.api.grpc:proto-google-common-protos:2.63.2"
56+
google-auth-credentials = "com.google.auth:google-auth-library-credentials:1.41.0"
57+
google-auth-oauth2Http = "com.google.auth:google-auth-library-oauth2-http:1.41.0"
5858
# Release notes: https://cloud.google.com/logging/docs/release-notes
5959
google-cloud-logging = "com.google.cloud:google-cloud-logging:3.23.9"
6060
gson = "com.google.code.gson:gson:2.13.2"

repositories.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ 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.67.0",
15+
"com.google.api.grpc:proto-google-common-protos:2.63.2",
1616
"com.google.auth:google-auth-library-credentials:1.41.0",
17-
"com.google.auth:google-auth-library-oauth2-http:1.43.0",
17+
"com.google.auth:google-auth-library-oauth2-http:1.41.0",
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",

0 commit comments

Comments
 (0)