Skip to content

Commit f4438ce

Browse files
committed
Upgrade to Reactor 2024.0.11 and Micrometer 1.14.12
Includes Netty 4.1.128 Closes gh-35638 Closes gh-35640
1 parent 5033b9d commit f4438ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

framework-platform/framework-platform.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ javaPlatform {
88

99
dependencies {
1010
api(platform("com.fasterxml.jackson:jackson-bom:2.18.4.1"))
11-
api(platform("io.micrometer:micrometer-bom:1.14.11"))
12-
api(platform("io.netty:netty-bom:4.1.127.Final"))
11+
api(platform("io.micrometer:micrometer-bom:1.14.12"))
12+
api(platform("io.netty:netty-bom:4.1.128.Final"))
1313
api(platform("io.netty:netty5-bom:5.0.0.Alpha5"))
14-
api(platform("io.projectreactor:reactor-bom:2024.0.10"))
14+
api(platform("io.projectreactor:reactor-bom:2024.0.11"))
1515
api(platform("io.rsocket:rsocket-bom:1.1.5"))
1616
api(platform("org.apache.groovy:groovy-bom:4.0.28"))
1717
api(platform("org.apache.logging.log4j:log4j-bom:2.21.1"))

0 commit comments

Comments
 (0)