From 38e73d5414e3b6151e7583672c3e7457ee4a2874 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 15 Jul 2021 00:34:52 +0000 Subject: [PATCH] chore(deps): update dependency com.google.auth:google-auth-library-credentials to v0.27.0 --- 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..1233ce8 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:0.27.0") testImplementation(kotlin("test")) testImplementation(kotlin("test-junit"))