Skip to content

Commit 641b809

Browse files
committed
Upgrade to Reactor 2025.0.0-M1
Closes gh-34577
1 parent 0d3f07f commit 641b809

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

framework-platform/framework-platform.gradle

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies {
1010
api(platform("com.fasterxml.jackson:jackson-bom:2.18.3"))
1111
api(platform("io.micrometer:micrometer-bom:1.14.5"))
1212
api(platform("io.netty:netty-bom:4.1.119.Final"))
13-
api(platform("io.projectreactor:reactor-bom:2024.0.4"))
13+
api(platform("io.projectreactor:reactor-bom:2025.0.0-M1"))
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"))
@@ -136,6 +136,7 @@ dependencies {
136136
api("org.ogce:xpp3:1.1.6")
137137
api("org.python:jython-standalone:2.7.4")
138138
api("org.quartz-scheduler:quartz:2.3.2")
139+
api("org.reactivestreams:reactive-streams:1.0.4")
139140
api("org.seleniumhq.selenium:htmlunit3-driver:4.29.0")
140141
api("org.seleniumhq.selenium:selenium-java:4.29.0")
141142
api("org.skyscreamer:jsonassert:2.0-rc1")

0 commit comments

Comments
 (0)