Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))

Expand Down
13 changes: 11 additions & 2 deletions plugins/repository-gcs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -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')
Expand Down Expand Up @@ -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',
)
}

Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
66ebec687a245328cffeebbaf545234e8ed417cc

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
e13b1b74830fcf37201f1a3c3ab4d4367e44d41c
Loading