Skip to content

Commit 949f316

Browse files
authored
Bump reactor and reactor-netty dependencies (opensearch-project#12633)
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
1 parent b07c8fb commit 949f316

12 files changed

+9
-8
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
2525
- Bump `avro` from 1.11.1 to 1.11.2
2626
- Bump `woodstox-core` from 6.3.0 to 6.3.1
2727
- Bump `xmlbeans` from 5.1.0 to 5.1.1 ([#4354](https://github.com/opensearch-project/OpenSearch/pull/4354))
28-
- Bump `reactor-netty-core` from 1.0.19 to 1.0.22 ([#4447](https://github.com/opensearch-project/OpenSearch/pull/4447))
2928
- Bump `reactive-streams` from 1.0.3 to 1.0.4 ([#4488](https://github.com/opensearch-project/OpenSearch/pull/4488))
3029
- Bump `jempbox` from 1.8.16 to 1.8.17 ([#4550](https://github.com/opensearch-project/OpenSearch/pull/4550))
3130
- Update to Gradle 7.6 and JDK-19 ([#4973](https://github.com/opensearch-project/OpenSearch/pull/4973))
@@ -133,6 +132,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
133132
- Bump `org.codehaus.woodstox:stax2-api` from 4.2.1 to 4.2.2 ([#12579](https://github.com/opensearch-project/OpenSearch/pull/12579))
134133
- Bump Jackson version from 2.16.1 to 2.16.2 ([#12611](https://github.com/opensearch-project/OpenSearch/pull/12611))
135134
- Bump `aws-sdk-java` from 2.20.55 to 2.20.86 ([#12251](https://github.com/opensearch-project/OpenSearch/pull/12251))
135+
- Bump `reactor-netty` from 1.1.15 to 1.1.17 ([#12633](https://github.com/opensearch-project/OpenSearch/pull/12633))
136+
- Bump `reactor` from 3.5.14 to 3.5.15 ([#12633](https://github.com/opensearch-project/OpenSearch/pull/12633))
136137

137138
### Changed
138139
- Allow composite aggregation to run under a parent filter aggregation ([#11499](https://github.com/opensearch-project/OpenSearch/pull/11499))

buildSrc/version.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ netty = 4.1.107.Final
3030
joda = 2.12.2
3131

3232
# project reactor
33-
reactor_netty = 1.1.15
34-
reactor = 3.5.14
33+
reactor_netty = 1.1.17
34+
reactor = 3.5.15
3535

3636
# client dependencies
3737
httpclient5 = 5.2.1

plugins/repository-azure/licenses/reactor-netty-core-1.1.15.jar.sha1

-1
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
319b1d41f28e92b31b7ca0f19183337f5539bb44

plugins/repository-azure/licenses/reactor-netty-http-1.1.15.jar.sha1

-1
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
9ed949dcd050ef30d9eeedd53d95d1dce20ce832

plugins/transport-reactor-netty4/licenses/reactor-netty-core-1.1.15.jar.sha1

-1
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
319b1d41f28e92b31b7ca0f19183337f5539bb44

plugins/transport-reactor-netty4/licenses/reactor-netty-http-1.1.15.jar.sha1

-1
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
9ed949dcd050ef30d9eeedd53d95d1dce20ce832

server/licenses/reactor-core-3.5.14.jar.sha1

-1
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
4e07a24c671235a2a806e75e9b8ff23d7d1db3d4

0 commit comments

Comments
 (0)