From 33aef3efc2244d207c5b986a96fddd234745b27e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 19:54:11 +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.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] --- 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..744133dc 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.20.0' } test {