From 37afd19e2518519819447c662f820062d10574f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 09:01:22 +0000 Subject: [PATCH] Bump com.google.auth:google-auth-library-oauth2-http in /google-cloud Bumps com.google.auth:google-auth-library-oauth2-http from 1.28.0 to 1.30.0. --- updated-dependencies: - dependency-name: com.google.auth:google-auth-library-oauth2-http dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- google-cloud/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google-cloud/build.gradle b/google-cloud/build.gradle index 493f3c27..376661a0 100644 --- a/google-cloud/build.gradle +++ b/google-cloud/build.gradle @@ -25,7 +25,7 @@ dependencies { api project(':tweetwallfx-tweet-api') - implementation 'com.google.auth:google-auth-library-oauth2-http:1.28.0' + implementation 'com.google.auth:google-auth-library-oauth2-http:1.30.0' implementation 'com.google.cloud:google-cloud-vision:3.49.0' implementation 'org.slf4j:slf4j-api' implementation project(':tweetwallfx-cache')