From 15e93aa1b2b36d6612e49ef88c47588636432e69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 08:25:25 +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.19.0 to 1.20.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 79de21c2b..ca214b5d1 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.19.0' + implementation 'com.google.auth:google-auth-library-oauth2-http:1.20.0' implementation 'com.google.cloud:google-cloud-vision:3.22.0' implementation 'org.slf4j:slf4j-api' implementation project(':tweetwallfx-cache')