diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a28f3852d162..62663b653477f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Bump `org.apache.logging.log4j:log4j-core` from 2.23.1 to 2.24.0 ([#15858](https://github.com/opensearch-project/OpenSearch/pull/15858)) - Bump `peter-evans/create-pull-request` from 6 to 7 ([#15863](https://github.com/opensearch-project/OpenSearch/pull/15863)) - Bump `com.nimbusds:oauth2-oidc-sdk` from 11.9.1 to 11.19.1 ([#15862](https://github.com/opensearch-project/OpenSearch/pull/15862)) +- Bump `com.google.cloud:google-cloud-storage` from 1.113.1 to 2.42.0 ([#15421](https://github.com/opensearch-project/OpenSearch/pull/15421)) ### Changed diff --git a/plugins/repository-gcs/build.gradle b/plugins/repository-gcs/build.gradle index 94d25af94e67f..4a32ca75852e7 100644 --- a/plugins/repository-gcs/build.gradle +++ b/plugins/repository-gcs/build.gradle @@ -68,7 +68,7 @@ dependencies { api 'com.google.cloud:google-cloud-core:2.30.0' api 'com.google.cloud:google-cloud-core-http:2.23.0' - api 'com.google.cloud:google-cloud-storage:1.113.1' + api 'com.google.cloud:google-cloud-storage:2.42.0' api 'com.google.code.gson:gson:2.10.1' diff --git a/plugins/repository-gcs/licenses/google-cloud-storage-1.113.1.jar.sha1 b/plugins/repository-gcs/licenses/google-cloud-storage-1.113.1.jar.sha1 deleted file mode 100644 index 22fc078b36aa1..0000000000000 --- a/plugins/repository-gcs/licenses/google-cloud-storage-1.113.1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -fd291ed57c1223bbb31363c4aa88c55faf0000c7 \ No newline at end of file diff --git a/plugins/repository-gcs/licenses/google-cloud-storage-2.42.0.jar.sha1 b/plugins/repository-gcs/licenses/google-cloud-storage-2.42.0.jar.sha1 new file mode 100644 index 0000000000000..ca97f312ba36b --- /dev/null +++ b/plugins/repository-gcs/licenses/google-cloud-storage-2.42.0.jar.sha1 @@ -0,0 +1 @@ +ef00ab998bcfeb8a8cbb9ebf046861ffb90aad5d \ No newline at end of file