From dc69aa488ef4ac33d9d67a93a30a11671189fd25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 13:58:34 +0000 Subject: [PATCH 1/3] Bump com.google.api:api-common in /plugins/repository-gcs Bumps com.google.api:api-common from 2.52.0 to 2.55.1. --- updated-dependencies: - dependency-name: com.google.api:api-common dependency-version: 2.55.1 dependency-type: direct:production update-type: version-update:semver-minor ... 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 260d778d45a3b..d24327dfa4405 100644 --- a/plugins/repository-gcs/build.gradle +++ b/plugins/repository-gcs/build.gradle @@ -65,7 +65,7 @@ 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.52.0" + 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 "org.threeten:threetenbp:1.7.0" From d64ebfcabe6c7e85a5f45885f3e35c4b51624c25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 14:01:06 +0000 Subject: [PATCH 2/3] Updating SHAs Signed-off-by: dependabot[bot] --- plugins/repository-gcs/licenses/api-common-2.52.0.jar.sha1 | 1 - plugins/repository-gcs/licenses/api-common-2.55.1.jar.sha1 | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 plugins/repository-gcs/licenses/api-common-2.52.0.jar.sha1 create mode 100644 plugins/repository-gcs/licenses/api-common-2.55.1.jar.sha1 diff --git a/plugins/repository-gcs/licenses/api-common-2.52.0.jar.sha1 b/plugins/repository-gcs/licenses/api-common-2.52.0.jar.sha1 deleted file mode 100644 index 9b6d61a078f3f..0000000000000 --- a/plugins/repository-gcs/licenses/api-common-2.52.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -504d2e98835a8e3f4d06433a53cfc2a03e0dd648 \ No newline at end of file diff --git a/plugins/repository-gcs/licenses/api-common-2.55.1.jar.sha1 b/plugins/repository-gcs/licenses/api-common-2.55.1.jar.sha1 new file mode 100644 index 0000000000000..a716b0e00ef11 --- /dev/null +++ b/plugins/repository-gcs/licenses/api-common-2.55.1.jar.sha1 @@ -0,0 +1 @@ +8dd7577815d3ded29b685ebb33cc41525ca1c59d \ No newline at end of file From a11983991e82f14e34d55cd8d6c57d61380f6933 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 14:02:00 +0000 Subject: [PATCH 3/3] Update changelog Signed-off-by: dependabot[bot] --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a84e4e5908153..eaf439ad7c2c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -119,6 +119,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Bump `com.google.cloud:google-cloud-storage` from 2.55.0 to 2.60.0 ([#20023](https://github.com/opensearch-project/OpenSearch/pull/20023)) - Bump `commons-cli:commons-cli` from 1.10.0 to 1.11.0 ([#20022](https://github.com/opensearch-project/OpenSearch/pull/20022)) - Bump `com.squareup.okio:okio` from 3.16.0 to 3.16.3 ([#20025](https://github.com/opensearch-project/OpenSearch/pull/20025)) +- Bump `com.google.api:api-common` from 2.52.0 to 2.55.1 ([#20083](https://github.com/opensearch-project/OpenSearch/pull/20083)) ### Deprecated - Deprecated existing constructors in ThreadPoolStats.Stats in favor of the new Builder ([#19317](https://github.com/opensearch-project/OpenSearch/pull/19317))