From cad98b2d5ffa1130a5b19d19075dab36eccfa14f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 09:02:09 +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.11.0 to 1.16.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 ce8ca2f26..620ba76a8 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.11.0' + implementation 'com.google.auth:google-auth-library-oauth2-http:1.16.0' implementation 'com.google.cloud:google-cloud-vision:3.1.3' implementation 'org.slf4j:slf4j-api:2.0.3' implementation project(':tweetwallfx-cache')