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 @@ -66,6 +66,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Bump `github/codeql-action` from 3 to 4 ([#19785](https://github.com/opensearch-project/OpenSearch/pull/19785))
- Bump `gradle/actions` from 4 to 5 ([#19781](https://github.com/opensearch-project/OpenSearch/pull/19781))
- Bump org.bouncycastle:bc-fips from 2.1.1 to 2.1.2 ([#19818](https://github.com/opensearch-project/OpenSearch/pull/19818))
- Bump `com.google.http-client:google-http-client-gson` from 1.47.1 to 2.0.0 ([#19253](https://github.com/opensearch-project/OpenSearch/pull/19253))

### Deprecated
- Deprecated existing constructors in ThreadPoolStats.Stats in favor of the new Builder ([#19317](https://github.com/opensearch-project/OpenSearch/pull/19317))
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 @@ -78,10 +78,10 @@ dependencies {
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"
runtimeOnly "com.google.http-client:google-http-client-gson:1.47.1"
runtimeOnly "com.google.http-client:google-http-client-appengine:1.47.1"
runtimeOnly "com.google.http-client:google-http-client-jackson2:1.47.1"
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"
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 @@
5605d66977094595cf4dde9db532596b1cc95459

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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