From 7e70ddf48e1c06a99b806cdfe550ebfa65119a5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 02:40:44 +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 2.0.3 to 2.2.0. - [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/v2.0.3...v2.2.0) --- updated-dependencies: - dependency-name: com.google.http-client:google-http-client-gson dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 98d453763c62b..3ce2ae1056663 100644 --- a/plugins/repository-gcs/build.gradle +++ b/plugins/repository-gcs/build.gradle @@ -79,10 +79,10 @@ dependencies { implementation "com.google.auth:google-auth-library-oauth2-http:1.41.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:2.0.3" - runtimeOnly "com.google.http-client:google-http-client-gson:2.0.3" - runtimeOnly "com.google.http-client:google-http-client-appengine:2.0.3" - runtimeOnly "com.google.http-client:google-http-client-jackson2:2.0.3" + implementation "com.google.http-client:google-http-client:2.2.0" + runtimeOnly "com.google.http-client:google-http-client-gson:2.2.0" + runtimeOnly "com.google.http-client:google-http-client-appengine:2.2.0" + runtimeOnly "com.google.http-client:google-http-client-jackson2:2.2.0" runtimeOnly "com.fasterxml.jackson.core:jackson-annotations:${versions.jackson_annotations}" runtimeOnly "com.fasterxml.jackson.core:jackson-core:${versions.jackson}" // 2.18.2 in bom runtimeOnly "io.opencensus:opencensus-api:0.31.1"