From 1d22c4d3f082bd82e9e5265fafb0eaee44a4cd00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 14:51:35 +0900 Subject: [PATCH] Bump com.google.auth:google-auth-library-oauth2-http (#5779) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 97b14244d9..13d63f8ab6 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -113,7 +113,7 @@ felixScr = "org.apache.felix:org.apache.felix.scr:2.2.12" gmetric4j = { module = "info.ganglia.gmetric4j:gmetric4j", version.ref = "gmetric4j" } googleCloudLibrariesBom = { module = "com.google.cloud:libraries-bom", version = "26.50.0" } googleCloudMonitoring = { module = "com.google.cloud:google-cloud-monitoring", version.ref = "google-cloud-monitoring" } -googleOauth2Http = { module = "com.google.auth:google-auth-library-oauth2-http", version = "1.30.0"} +googleOauth2Http = { module = "com.google.auth:google-auth-library-oauth2-http", version = "1.30.1"} grpcApi = { module = "io.grpc:grpc-api", version.ref = "grpc" } grpcCore = { module = "io.grpc:grpc-core", version.ref = "grpc" } grpcInprocess = { module = "io.grpc:grpc-inprocess", version.ref = "grpc" }