From 2804acf3cfe8a42a46d2ce6d06934c057b8504a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 08:03:15 +0000 Subject: [PATCH] Bump com.google.api:api-common in /plugins/repository-gcs Bumps com.google.api:api-common from 1.8.1 to 2.37.1. --- updated-dependencies: - dependency-name: com.google.api:api-common dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- plugins/repository-gcs/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/repository-gcs/build.gradle b/plugins/repository-gcs/build.gradle index 81b55c77941e8..87c71bfc3a3d8 100644 --- a/plugins/repository-gcs/build.gradle +++ b/plugins/repository-gcs/build.gradle @@ -52,7 +52,7 @@ versions << [ ] dependencies { - api 'com.google.api:api-common:1.8.1' + api 'com.google.api:api-common:2.37.1' api 'com.google.api:gax:2.32.0' api 'com.google.api:gax-httpjson:0.103.1'