diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dbc434d1d18a..9da8e9e1023c3 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)) - Bump `actions/upload-artifact` from 4 to 5 ([#20081](https://github.com/opensearch-project/OpenSearch/pull/20081)) ### Deprecated 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" 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