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 @@ -61,6 +61,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Bump `opensearch-protobufs` from 1.0.0 to 1.1.0 and update transport-grpc module compatibility ([#20396](https://github.com/opensearch-project/OpenSearch/pull/20396))
- Bump `org.wiremock:wiremock-standalone` from 3.6.0 to 3.13.2 ([#20406](https://github.com/opensearch-project/OpenSearch/pull/20406))
- Bump `tj-actions/changed-files` from 47.0.0 to 47.0.1 ([#20408](https://github.com/opensearch-project/OpenSearch/pull/20408))
- Bump `reactor-netty` to 1.3.2, `reactor` to 3.8.2 ([#20419](https://github.com/opensearch-project/OpenSearch/pull/20419))

### Removed

Expand Down
1 change: 0 additions & 1 deletion client/rest/licenses/reactor-core-3.8.1.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions client/rest/licenses/reactor-core-3.8.2.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
874cfa3a39b93eb74e21f13ce9dba537ccc49726
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ joda = "2.12.7"
roaringbitmap = "1.3.0"

# project reactor
reactor_netty = "1.3.1"
reactor = "3.8.1"
reactor_netty = "1.3.2"
reactor = "3.8.2"

# client dependencies
httpclient5 = "5.6"
Expand Down

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bf09c2adc3fa97286f0af1122bdcd65b4b6056fc
1 change: 0 additions & 1 deletion server/licenses/reactor-core-3.8.1.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions server/licenses/reactor-core-3.8.2.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
874cfa3a39b93eb74e21f13ce9dba537ccc49726
Loading