Skip to content

Commit 3f1489c

Browse files
committed
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]> (cherry picked from commit c060f92)
1 parent 16e9fed commit 3f1489c

16 files changed

+14
-10
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1111
### Dependencies
1212
- Update Apache HttpClient5 and HttpCore5 (CVE-2025-27820) ([#18152](https://github.com/opensearch-project/OpenSearch/pull/18152))
1313
- Bump `netty` from 4.1.118.Final to 4.1.121.Final ([#18192](https://github.com/opensearch-project/OpenSearch/pull/18192))
14+
- Bump `reactor-netty` from 1.2.4 to 1.2.5 ([#18243](https://github.com/opensearch-project/OpenSearch/pull/18243))
15+
- Bump `reactor` from 3.5.20 to 3.7.5 ([#18243](https://github.com/opensearch-project/OpenSearch/pull/18243))
1416

1517
### Deprecated
1618

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.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
42af645f3cfc221f74573103773a9def598d2231

plugins/transport-reactor-netty4/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

server/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,8 @@ tasks.named("thirdPartyAudit").configure {
341341
'com.google.protobuf.UnsafeUtil$MemoryAccessor',
342342
'org.apache.logging.log4j.core.util.internal.UnsafeUtil',
343343
'org.apache.logging.log4j.core.util.internal.UnsafeUtil$1',
344-
'reactor.core.publisher.Traces$SharedSecretsCallSiteSupplierFactory$TracingException'
344+
'reactor.core.publisher.CallSiteSupplierFactory$SharedSecretsCallSiteSupplierFactory',
345+
'reactor.core.publisher.CallSiteSupplierFactory$SharedSecretsCallSiteSupplierFactory$TracingException'
345346
)
346347
}
347348

server/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

0 commit comments

Comments
 (0)