From 1a16b7a02971a629b61acbe1638287f2923def8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jan 2023 17:45:02 +0000 Subject: [PATCH] chore(deps): bump google-auth-library-oauth2-http in /classroom/snippets Bumps google-auth-library-oauth2-http from 1.11.0 to 1.14.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..89e2cc1c 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.14.0' } test {