From 041b4ddd54f0615c09dbce50a6f1c3534f88d9e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 11:28:33 +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.25.0. --- 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 2ce67b1f25a80..5749d8c3dc986 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.25.0' api 'com.google.api:gax:2.35.0' api 'com.google.api:gax-httpjson:2.39.0'