From ead88868dcf7e3930ee8139f03a650a65dacc63e Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 22 Oct 2024 19:00:31 +0000 Subject: [PATCH] fix(deps): update dependency com.google.auth:google-auth-library-credentials to v1 --- kgax-grpc-base/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kgax-grpc-base/build.gradle.kts b/kgax-grpc-base/build.gradle.kts index b96d63a..0fff389 100644 --- a/kgax-grpc-base/build.gradle.kts +++ b/kgax-grpc-base/build.gradle.kts @@ -46,7 +46,7 @@ dependencies { api("io.grpc:grpc-stub:${ext["grpc_version"]}") api("io.grpc:grpc-auth:${ext["grpc_version"]}") api("com.google.auth:google-auth-library-oauth2-http:0.9.1") - api("com.google.auth:google-auth-library-credentials:0.9.1") + api("com.google.auth:google-auth-library-credentials:1.29.0") testImplementation(kotlin("test")) testImplementation(kotlin("test-junit"))