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 @@ -41,6 +41,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Bump `ch.qos.logback:logback-core` from 1.5.20 to 1.5.23 ([#20303](https://github.com/opensearch-project/OpenSearch/pull/20303))
- Bump `com.google.api.grpc:proto-google-iam-v1` from 1.57.0 to 1.58.2 ([#20302](https://github.com/opensearch-project/OpenSearch/pull/20302))
- Bump `actions/setup-java` from 4 to 5 ([#20304](https://github.com/opensearch-project/OpenSearch/pull/20304))
- Bump `com.google.http-client:google-http-client-appengine` from 2.0.2 to 2.0.3 ([#20332](https://github.com/opensearch-project/OpenSearch/pull/20332))

### Removed

Expand Down
8 changes: 4 additions & 4 deletions plugins/repository-gcs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ dependencies {
implementation "com.google.auth:google-auth-library-oauth2-http:1.41.0"
runtimeOnly "com.google.oauth-client:google-oauth-client:1.39.0" // 1.39.0 in bom
implementation "com.google.api-client:google-api-client:2.7.2"
implementation "com.google.http-client:google-http-client:2.0.2"
runtimeOnly "com.google.http-client:google-http-client-gson:2.0.2"
runtimeOnly "com.google.http-client:google-http-client-appengine:2.0.2"
runtimeOnly "com.google.http-client:google-http-client-jackson2:2.0.2"
implementation "com.google.http-client:google-http-client:2.0.3"
runtimeOnly "com.google.http-client:google-http-client-gson:2.0.3"
runtimeOnly "com.google.http-client:google-http-client-appengine:2.0.3"
runtimeOnly "com.google.http-client:google-http-client-jackson2:2.0.3"
runtimeOnly "com.fasterxml.jackson.core:jackson-core:${versions.jackson}" // 2.18.2 in bom
runtimeOnly "io.opencensus:opencensus-api:0.31.1"
runtimeOnly "io.opencensus:opencensus-contrib-http-util:0.31.1"
Expand Down

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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