From e5c393882d2912ff3402b78c34a0659f40ac9733 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 03:04:23 +0000 Subject: [PATCH] Bump com.google.http-client:google-http-client-gson Bumps [com.google.http-client:google-http-client-gson](https://github.com/googleapis/google-http-java-client) from 1.47.1 to 2.0.2. - [Release notes](https://github.com/googleapis/google-http-java-client/releases) - [Changelog](https://github.com/googleapis/google-http-java-client/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/google-http-java-client/compare/v1.47.1...v2.0.2) --- updated-dependencies: - dependency-name: com.google.http-client:google-http-client-gson dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- plugins/repository-gcs/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/repository-gcs/build.gradle b/plugins/repository-gcs/build.gradle index 1796f7f9c123d..89de393ef43a6 100644 --- a/plugins/repository-gcs/build.gradle +++ b/plugins/repository-gcs/build.gradle @@ -78,10 +78,10 @@ dependencies { implementation "com.google.auth:google-auth-library-oauth2-http:1.38.0" runtimeOnly "com.google.oauth-client:google-oauth-client:1.39.0" // 1.39.0 in bom implementation "com.google.api-client:google-api-client:2.7.2" - implementation "com.google.http-client:google-http-client:1.47.1" - runtimeOnly "com.google.http-client:google-http-client-gson:1.47.1" - runtimeOnly "com.google.http-client:google-http-client-appengine:1.47.1" - runtimeOnly "com.google.http-client:google-http-client-jackson2:1.47.1" + implementation "com.google.http-client:google-http-client:2.0.2" + runtimeOnly "com.google.http-client:google-http-client-gson:2.0.2" + runtimeOnly "com.google.http-client:google-http-client-appengine:2.0.2" + runtimeOnly "com.google.http-client:google-http-client-jackson2:2.0.2" runtimeOnly "com.fasterxml.jackson.core:jackson-core:${versions.jackson}" // 2.18.2 in bom runtimeOnly "io.opencensus:opencensus-api:0.31.1" runtimeOnly "io.opencensus:opencensus-contrib-http-util:0.31.1"