From 2c52450f0274c8e1149a877e3e827a3fdaa72c22 Mon Sep 17 00:00:00 2001 From: Eric Anderson Date: Thu, 28 Mar 2024 14:27:04 -0700 Subject: [PATCH] Upgrade to google-auth-library 1.22 --- gradle/libs.versions.toml | 4 +--- repositories.bzl | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 37474e05979..a7100e97f0e 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 1983dc7101f..462a67eb1ae 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",