From a76a1abb415a2b290c7367f164f45e086054a7a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 18:56:25 +0000 Subject: [PATCH] [WOR-1448]: Bump com.google.auth:google-auth-library-oauth2-http Bumps com.google.auth:google-auth-library-oauth2-http from 0.25.5 to 1.23.0. --- updated-dependencies: - dependency-name: com.google.auth:google-auth-library-oauth2-http dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- buffer-clienttests/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buffer-clienttests/build.gradle b/buffer-clienttests/build.gradle index 81f0b42b..5269f6a6 100644 --- a/buffer-clienttests/build.gradle +++ b/buffer-clienttests/build.gradle @@ -25,7 +25,7 @@ dependencies { slf4j = "2.0.7" hamcrest = "2.1" - googleOauth2 = "0.25.5" + googleOauth2 = "1.23.0" bufferServiceClient = "0.4.3-SNAPSHOT" testRunner = "0.2.0-SNAPSHOT"