From a5e7d61ac21e66de550cfed2bab5d6ea53c61965 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 08:17:39 +0000 Subject: [PATCH] Bump com.google.auth:google-auth-library-oauth2-http Bumps com.google.auth:google-auth-library-oauth2-http from 1.19.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] --- enricher/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enricher/build.gradle.kts b/enricher/build.gradle.kts index ccd42b6b..abb2ef3c 100644 --- a/enricher/build.gradle.kts +++ b/enricher/build.gradle.kts @@ -23,7 +23,7 @@ dependencies { implementation("com.google.api-client:google-api-client:2.0.0") { exclude("commons-logging","commons-logging") } - implementation("com.google.auth:google-auth-library-oauth2-http:1.19.0") { + implementation("com.google.auth:google-auth-library-oauth2-http:1.20.0") { exclude("commons-logging","commons-logging") } implementation("com.google.apis:google-api-services-sheets:v4-rev20220927-2.0.0") {