aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anderson <ejona@google.com>2024-03-28 14:27:04 -0700
committerEric Anderson <ejona@google.com>2024-03-28 15:55:10 -0700
commit2c52450f0274c8e1149a877e3e827a3fdaa72c22 (patch)
tree4780307d73140f5ddd9a5b0915aefb3270ba3137
parent5febb39fb2d3b0b05eb66900b3088da24deea8d1 (diff)
downloadgrpc-grpc-java-2c52450f0274c8e1149a877e3e827a3fdaa72c22.tar.gz
Upgrade to google-auth-library 1.22
-rw-r--r--gradle/libs.versions.toml4
-rw-r--r--repositories.bzl4
2 files changed, 3 insertions, 5 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 37474e059..a7100e97f 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -1,7 +1,5 @@
[versions]
-# Compatibility problem with internal version getting onto 1.5.3.
-# https://github.com/grpc/grpc-java/pull/9118
-googleauth = "1.4.0"
+googleauth = "1.22.0"
netty = '4.1.100.Final'
# Keep the following references of tcnative version in sync whenever it's updated:
# SECURITY.md
diff --git a/repositories.bzl b/repositories.bzl
index 1983dc710..462a67eb1 100644
--- a/repositories.bzl
+++ b/repositories.bzl
@@ -12,8 +12,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
IO_GRPC_GRPC_JAVA_ARTIFACTS = [
"com.google.android:annotations:4.1.1.4",
"com.google.api.grpc:proto-google-common-protos:2.29.0",
- "com.google.auth:google-auth-library-credentials:1.4.0",
- "com.google.auth:google-auth-library-oauth2-http:1.4.0",
+ "com.google.auth:google-auth-library-credentials:1.22.0",
+ "com.google.auth:google-auth-library-oauth2-http:1.22.0",
"com.google.auto.value:auto-value-annotations:1.10.4",
"com.google.auto.value:auto-value:1.10.4",
"com.google.code.findbugs:jsr305:3.0.2",