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 @@ -40,6 +40,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Bump `com.nimbusds:nimbus-jose-jwt` from 10.3 to 10.4.2 ([#19099](https://github.com/opensearch-project/OpenSearch/pull/19099), [#19101](https://github.com/opensearch-project/OpenSearch/pull/19101))
- Bump netty from 4.1.121.Final to 4.1.124.Final ([#19103](https://github.com/opensearch-project/OpenSearch/pull/19103))
- Bump google cloud storage from 1.113.1 to 2.55.0 ([#4547](https://github.com/opensearch-project/OpenSearch/pull/4547))
- Bump `com.google.auth:google-auth-library-oauth2-http` from 1.37.1 to 1.38.0 ([#19144](https://github.com/opensearch-project/OpenSearch/pull/19144))

### Deprecated

Expand Down
4 changes: 2 additions & 2 deletions plugins/repository-gcs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ dependencies {
runtimeOnly "com.google.code.gson:gson:2.12.1"
runtimeOnly "com.google.api.grpc:proto-google-common-protos:2.60.0"
runtimeOnly "com.google.api.grpc:proto-google-iam-v1:1.55.0"
implementation "com.google.auth:google-auth-library-credentials:1.37.1"
implementation "com.google.auth:google-auth-library-oauth2-http:1.37.1"
implementation "com.google.auth:google-auth-library-credentials:1.38.0"
implementation "com.google.auth:google-auth-library-oauth2-http:1.38.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:1.47.1"
Expand Down

This file was deleted.

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

This file was deleted.

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