From 44f10b83b990646c9017799ef45e88cdc1e80c1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 14:27:55 +0000 Subject: [PATCH] Bump com.google.api:gax-httpjson in /plugins/repository-gcs Bumps com.google.api:gax-httpjson from 2.72.1 to 2.72.2. --- updated-dependencies: - dependency-name: com.google.api:gax-httpjson dependency-version: 2.72.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- plugins/repository-gcs/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/repository-gcs/build.gradle b/plugins/repository-gcs/build.gradle index 951090b13fe5b..c4f41e9a6ea15 100644 --- a/plugins/repository-gcs/build.gradle +++ b/plugins/repository-gcs/build.gradle @@ -68,8 +68,8 @@ dependencies { runtimeOnly "org.slf4j:slf4j-api:${versions.slf4j}" // 2.0.16 in bom runtimeOnly "commons-codec:commons-codec:${versions.commonscodec}" // 1.18.0 in bom implementation "com.google.api:api-common:2.55.1" - implementation "com.google.api:gax:2.72.1" - runtimeOnly "com.google.api:gax-httpjson:2.72.1" + implementation "com.google.api:gax:2.72.2" + runtimeOnly "com.google.api:gax-httpjson:2.72.2" implementation "org.threeten:threetenbp:1.7.0" runtimeOnly "com.google.protobuf:protobuf-java-util:${versions.protobuf}" runtimeOnly "com.google.protobuf:protobuf-java:${versions.protobuf}"