From c11488f8a0d1530e26099664701ace17d26dc49b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 07:52:04 +0000 Subject: [PATCH] Bump com.google.auth:google-auth-library-oauth2-http Bumps com.google.auth:google-auth-library-oauth2-http from 1.30.0 to 1.30.1. --- updated-dependencies: - dependency-name: com.google.auth:google-auth-library-oauth2-http dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d4c2de79..59ab2a1d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -69,7 +69,7 @@ axe-core-playwright = { module = "com.deque.html.axe-core:playwright", version.r json = { module = "org.json:json", version = "20240303" } google-api-client = { module = "com.google.api-client:google-api-client", version = "2.7.0" } -google-auth-library-oauth2-http = { module = "com.google.auth:google-auth-library-oauth2-http", version = "1.30.0" } +google-auth-library-oauth2-http = { module = "com.google.auth:google-auth-library-oauth2-http", version = "1.30.1" } google-api-services-sheets = { module = "com.google.apis:google-api-services-sheets", version = "v4-rev20241203-2.0.0" } [plugins]