Skip to content

Commit c060f92

Browse files
authored
Bump reactor-netty from 1.2.4 to 1.2.5 and reactor from 3.5.20 to 3.7.5 (opensearch-project#18243)
Signed-off-by: Andriy Redko <[email protected]>
1 parent e40b47d commit c060f92

16 files changed

+14
-10
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
3333
- Bump `org.apache.commons:commons-configuration2` from 2.11.0 to 2.12.0 ([#18103](https://github.com/opensearch-project/OpenSearch/pull/18103))
3434
- Bump `com.nimbusds:nimbus-jose-jwt` from 10.0.2 to 10.2 ([#18104](https://github.com/opensearch-project/OpenSearch/pull/18104))
3535
- Bump `org.apache.commons:commons-text` from 1.13.0 to 1.13.1 ([#18102](https://github.com/opensearch-project/OpenSearch/pull/18102))
36+
- Bump `reactor-netty` from 1.2.4 to 1.2.5 ([#18243](https://github.com/opensearch-project/OpenSearch/pull/18243))
37+
- Bump `reactor` from 3.5.20 to 3.7.5 ([#18243](https://github.com/opensearch-project/OpenSearch/pull/18243))
3638

3739
### Deprecated
3840

client/rest/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,8 @@ thirdPartyAudit {
144144
'reactor.blockhound.integration.BlockHoundIntegration'
145145
)
146146
ignoreViolations(
147-
'reactor.core.publisher.Traces$SharedSecretsCallSiteSupplierFactory$TracingException'
147+
'reactor.core.publisher.CallSiteSupplierFactory$SharedSecretsCallSiteSupplierFactory',
148+
'reactor.core.publisher.CallSiteSupplierFactory$SharedSecretsCallSiteSupplierFactory$TracingException'
148149
)
149150
}
150151

client/rest/licenses/reactor-core-3.5.20.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2ffb9b7043593da9a80b91f14cc30f4914183f3a

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ joda = "2.12.7"
3838
roaringbitmap = "1.3.0"
3939

4040
# project reactor
41-
reactor_netty = "1.2.4"
42-
reactor = "3.5.20"
41+
reactor_netty = "1.2.5"
42+
reactor = "3.7.5"
4343

4444
# client dependencies
4545
httpclient5 = "5.4.4"

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

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
42af645f3cfc221f74573103773a9def598d2231

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

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
b3f2a54919a1e15ca9543380b045ba54ca4e57cc

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

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)