Skip to content

Commit f7b0d44

Browse files
committed
Upgrade to Reactor 2025.0.0-M7 and Micrometer 1.16.0-M3
Closes gh-35452 Closes gh-35453
1 parent 2c547e9 commit f7b0d44

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
@@ -8,9 +8,9 @@ javaPlatform {
88

99
dependencies {
1010
api(platform("com.fasterxml.jackson:jackson-bom:2.20.0"))
11-
api(platform("io.micrometer:micrometer-bom:1.16.0-M2"))
11+
api(platform("io.micrometer:micrometer-bom:1.16.0-M3"))
1212
api(platform("io.netty:netty-bom:4.2.6.Final"))
13-
api(platform("io.projectreactor:reactor-bom:2025.0.0-M6"))
13+
api(platform("io.projectreactor:reactor-bom:2025.0.0-M7"))
1414
api(platform("io.rsocket:rsocket-bom:1.1.5"))
1515
api(platform("org.apache.groovy:groovy-bom:5.0.0-rc-1"))
1616
api(platform("org.apache.logging.log4j:log4j-bom:3.0.0-beta3"))

0 commit comments

Comments
 (0)