From dfbf854eee3cad668be940b411c82049a9bea10c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 22:23:26 +0000 Subject: [PATCH] chore(deps): bump com.google.auth:google-auth-library-oauth2-http Bumps com.google.auth:google-auth-library-oauth2-http from 1.11.0 to 1.37.1. --- updated-dependencies: - dependency-name: com.google.auth:google-auth-library-oauth2-http dependency-version: 1.37.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- classroom/snippets/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classroom/snippets/build.gradle b/classroom/snippets/build.gradle index 8def0b0f..922fd94d 100644 --- a/classroom/snippets/build.gradle +++ b/classroom/snippets/build.gradle @@ -13,7 +13,7 @@ dependencies { /** This will be removed once all the classes have been updated to use the * ClassroomCredentials class. */ - implementation 'com.google.auth:google-auth-library-oauth2-http:1.11.0' + implementation 'com.google.auth:google-auth-library-oauth2-http:1.37.1' } test {