Skip to content

Commit

Permalink
Bump reactor and reactor-netty dependencies (opensearch-project#12633)
Browse files Browse the repository at this point in the history
Signed-off-by: Andriy Redko <[email protected]>
Signed-off-by: Shivansh Arora <[email protected]>
  • Loading branch information
reta authored and shiv0408 committed Apr 25, 2024
1 parent 6fb1037 commit c423f19
Show file tree
Hide file tree
Showing 12 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Bump `avro` from 1.11.1 to 1.11.2
- Bump `woodstox-core` from 6.3.0 to 6.3.1
- Bump `xmlbeans` from 5.1.0 to 5.1.1 ([#4354](https://github.com/opensearch-project/OpenSearch/pull/4354))
- Bump `reactor-netty-core` from 1.0.19 to 1.0.22 ([#4447](https://github.com/opensearch-project/OpenSearch/pull/4447))
- Bump `reactive-streams` from 1.0.3 to 1.0.4 ([#4488](https://github.com/opensearch-project/OpenSearch/pull/4488))
- Bump `jempbox` from 1.8.16 to 1.8.17 ([#4550](https://github.com/opensearch-project/OpenSearch/pull/4550))
- Update to Gradle 7.6 and JDK-19 ([#4973](https://github.com/opensearch-project/OpenSearch/pull/4973))
Expand Down Expand Up @@ -133,6 +132,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Bump `org.codehaus.woodstox:stax2-api` from 4.2.1 to 4.2.2 ([#12579](https://github.com/opensearch-project/OpenSearch/pull/12579))
- Bump Jackson version from 2.16.1 to 2.16.2 ([#12611](https://github.com/opensearch-project/OpenSearch/pull/12611))
- Bump `aws-sdk-java` from 2.20.55 to 2.20.86 ([#12251](https://github.com/opensearch-project/OpenSearch/pull/12251))
- Bump `reactor-netty` from 1.1.15 to 1.1.17 ([#12633](https://github.com/opensearch-project/OpenSearch/pull/12633))
- Bump `reactor` from 3.5.14 to 3.5.15 ([#12633](https://github.com/opensearch-project/OpenSearch/pull/12633))

### Changed
- Allow composite aggregation to run under a parent filter aggregation ([#11499](https://github.com/opensearch-project/OpenSearch/pull/11499))
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/version.properties
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ netty = 4.1.107.Final
joda = 2.12.2

# project reactor
reactor_netty = 1.1.15
reactor = 3.5.14
reactor_netty = 1.1.17
reactor = 3.5.15

# client dependencies
httpclient5 = 5.2.1
Expand Down

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 1 addition & 0 deletions server/licenses/reactor-core-3.5.15.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4e07a24c671235a2a806e75e9b8ff23d7d1db3d4

0 comments on commit c423f19

Please sign in to comment.