Skip to content

Commit aefdda3

Browse files
violetaggbclozel
authored andcommitted
Upgrade to Netty v4.2.2.Final and Reactor Netty 2025.0.0-SNAPSHOT
Closes gh-34996 See gh-34997 Signed-off-by: Violeta Georgieva <[email protected]>
1 parent 93ba10f commit aefdda3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

framework-platform/framework-platform.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ javaPlatform {
99
dependencies {
1010
api(platform("com.fasterxml.jackson:jackson-bom:2.18.4"))
1111
api(platform("io.micrometer:micrometer-bom:1.15.0"))
12-
api(platform("io.netty:netty-bom:4.1.121.Final"))
13-
api(platform("io.projectreactor:reactor-bom:2025.0.0-M3"))
12+
api(platform("io.netty:netty-bom:4.2.2.Final"))
13+
api(platform("io.projectreactor:reactor-bom:2025.0.0-SNAPSHOT"))
1414
api(platform("io.rsocket:rsocket-bom:1.1.5"))
1515
api(platform("org.apache.groovy:groovy-bom:4.0.26"))
1616
api(platform("org.apache.logging.log4j:log4j-bom:3.0.0-beta3"))

0 commit comments

Comments
 (0)