From 36f2ac04f10112e144f00eaae7d5777c43e24698 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 14:38:06 -0500 Subject: [PATCH] [JN-1457]: Bump com.google.auth:google-auth-library-oauth2-http from 1.31.0 to 1.32.1 (#1502) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build.gradle b/core/build.gradle index a905b2c87..1bbbdfc8e 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -43,7 +43,7 @@ dependencies { implementation 'com.sendgrid:sendgrid-java:4.10.3' implementation 'com.auth0:java-jwt:4.5.0' implementation group: "bio.terra", name: "datarepo-jakarta-client", version: "1.565.0-SNAPSHOT" - implementation 'com.google.auth:google-auth-library-oauth2-http:1.31.0' + implementation 'com.google.auth:google-auth-library-oauth2-http:1.32.1' implementation 'org.apache.poi:poi:5.4.0' implementation 'org.apache.poi:poi-ooxml:5.4.0' implementation 'com.azure:azure-storage-blob:12.29.0'