diff --git a/CHANGELOG.md b/CHANGELOG.md index b62caa54d7d8a..61aadfb8fc134 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -105,6 +105,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Bump `actions/github-script` from 7 to 8 ([#19946](https://github.com/opensearch-project/OpenSearch/pull/19946)) - Bump `com.google.api:gax-httpjson` from 2.69.0 to 2.72.1 ([#19943](https://github.com/opensearch-project/OpenSearch/pull/19943)) - Update Hadoop to 3.4.2 and enable security (Kerberos) integration tests under JDK-24 and above ([#19952](https://github.com/opensearch-project/OpenSearch/pull/19952)) +- 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)) diff --git a/plugins/repository-gcs/build.gradle b/plugins/repository-gcs/build.gradle index cd9bf4d724de8..260d778d45a3b 100644 --- a/plugins/repository-gcs/build.gradle +++ b/plugins/repository-gcs/build.gradle @@ -55,7 +55,7 @@ opensearchplugin { dependencies { // dependencies consistent with 'com.google.cloud:google-cloud-storage-bom:2.55.0' - implementation "com.google.cloud:google-cloud-storage:2.55.0" + implementation "com.google.cloud:google-cloud-storage:2.60.0" implementation "com.google.cloud:google-cloud-core:2.60.0" implementation "com.google.cloud:google-cloud-core-http:2.60.0" @@ -91,7 +91,7 @@ dependencies { runtimeOnly "io.opentelemetry:opentelemetry-api:1.47.0" runtimeOnly "io.opentelemetry:opentelemetry-context:1.47.0" - runtimeOnly "com.google.api.grpc:proto-google-cloud-storage-v2:2.55.0" + runtimeOnly "com.google.api.grpc:proto-google-cloud-storage-v2:2.60.0" runtimeOnly "io.grpc:grpc-api:1.71.0" testImplementation project(':test:fixtures:gcs-fixture') @@ -277,6 +277,15 @@ thirdPartyAudit { 'org.graalvm.nativeimage.hosted.Feature$DuringAnalysisAccess', 'org.graalvm.nativeimage.hosted.Feature$FeatureAccess', 'org.graalvm.nativeimage.hosted.RuntimeReflection', + // jackson + 'com.fasterxml.jackson.databind.DeserializationContext', + 'com.fasterxml.jackson.databind.DeserializationFeature', + 'com.fasterxml.jackson.databind.Module', + 'com.fasterxml.jackson.databind.Module$SetupContext', + 'com.fasterxml.jackson.databind.SerializerProvider', + 'com.fasterxml.jackson.databind.deser.std.StdDeserializer', + 'com.fasterxml.jackson.databind.ser.std.StdSerializer', + 'com.fasterxml.jackson.dataformat.xml.XmlMapper', ) } diff --git a/plugins/repository-gcs/licenses/google-cloud-storage-2.55.0.jar.sha1 b/plugins/repository-gcs/licenses/google-cloud-storage-2.55.0.jar.sha1 deleted file mode 100644 index 8f4aa26c5cf1e..0000000000000 --- a/plugins/repository-gcs/licenses/google-cloud-storage-2.55.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -faacc755d115d83aac04c4eecf45d65f6e8ce258 \ No newline at end of file diff --git a/plugins/repository-gcs/licenses/google-cloud-storage-2.60.0.jar.sha1 b/plugins/repository-gcs/licenses/google-cloud-storage-2.60.0.jar.sha1 new file mode 100644 index 0000000000000..0b112b42f4b39 --- /dev/null +++ b/plugins/repository-gcs/licenses/google-cloud-storage-2.60.0.jar.sha1 @@ -0,0 +1 @@ +66ebec687a245328cffeebbaf545234e8ed417cc \ No newline at end of file diff --git a/plugins/repository-gcs/licenses/proto-google-cloud-storage-v2-2.55.0.jar.sha1 b/plugins/repository-gcs/licenses/proto-google-cloud-storage-v2-2.55.0.jar.sha1 deleted file mode 100644 index c915f2bedc6ae..0000000000000 --- a/plugins/repository-gcs/licenses/proto-google-cloud-storage-v2-2.55.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -3ef0b31ee17ae022ac6c20d4638ee44d47a61780 \ No newline at end of file diff --git a/plugins/repository-gcs/licenses/proto-google-cloud-storage-v2-2.60.0.jar.sha1 b/plugins/repository-gcs/licenses/proto-google-cloud-storage-v2-2.60.0.jar.sha1 new file mode 100644 index 0000000000000..25cddacf1821d --- /dev/null +++ b/plugins/repository-gcs/licenses/proto-google-cloud-storage-v2-2.60.0.jar.sha1 @@ -0,0 +1 @@ +e13b1b74830fcf37201f1a3c3ab4d4367e44d41c \ No newline at end of file