diff --git a/CHANGELOG.md b/CHANGELOG.md index ee6464aa15c03..9ca184eda005e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Introduce a new search node role to hold search only shards ([#17620](https://github.com/opensearch-project/OpenSearch/pull/17620)) ### Dependencies +- Bump `com.google.api:api-common` from 1.8.1 to 2.46.1 ([#17604](https://github.com/opensearch-project/OpenSearch/pull/17604)) - Bump `ch.qos.logback:logback-core` from 1.5.16 to 1.5.17 ([#17609](https://github.com/opensearch-project/OpenSearch/pull/17609)) - Bump `org.jruby.joni:joni` from 2.2.3 to 2.2.5 ([#17608](https://github.com/opensearch-project/OpenSearch/pull/17608)) diff --git a/plugins/repository-gcs/build.gradle b/plugins/repository-gcs/build.gradle index 371ad36e6fdbb..4e772118e18d5 100644 --- a/plugins/repository-gcs/build.gradle +++ b/plugins/repository-gcs/build.gradle @@ -48,7 +48,7 @@ opensearchplugin { } dependencies { - api 'com.google.api:api-common:1.8.1' + api 'com.google.api:api-common:2.46.1' api 'com.google.api:gax:2.35.0' api 'com.google.api:gax-httpjson:2.42.0' diff --git a/plugins/repository-gcs/licenses/api-common-1.8.1.jar.sha1 b/plugins/repository-gcs/licenses/api-common-1.8.1.jar.sha1 deleted file mode 100644 index 7a1c114c6c0fc..0000000000000 --- a/plugins/repository-gcs/licenses/api-common-1.8.1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -e89befb19b08ad84b262b2f226ab79aefcaa9d7f \ No newline at end of file diff --git a/plugins/repository-gcs/licenses/api-common-2.46.1.jar.sha1 b/plugins/repository-gcs/licenses/api-common-2.46.1.jar.sha1 new file mode 100644 index 0000000000000..19b87717499be --- /dev/null +++ b/plugins/repository-gcs/licenses/api-common-2.46.1.jar.sha1 @@ -0,0 +1 @@ +b38a684c734963a72c204aa208dd31018d79bf3a \ No newline at end of file