Skip to content

Commit 7d41c5f

Browse files
committed
Upgrade to Reactor 2020.0.0-M2
Closes gh-25373
1 parent 9d92fa7 commit 7d41c5f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ configure(allprojects) { project ->
2525
imports {
2626
mavenBom "com.fasterxml.jackson:jackson-bom:2.11.2"
2727
mavenBom "io.netty:netty-bom:4.1.51.Final"
28-
mavenBom "io.projectreactor:reactor-bom:2020.0.0-SNAPSHOT"
28+
mavenBom "io.projectreactor:reactor-bom:2020.0.0-M2"
2929
mavenBom "io.r2dbc:r2dbc-bom:Arabba-SR5"
3030
mavenBom "io.rsocket:rsocket-bom:1.1.0-SNAPSHOT"
3131
mavenBom "org.eclipse.jetty:jetty-bom:9.4.31.v20200723"
@@ -285,7 +285,8 @@ configure(allprojects) { project ->
285285
repositories {
286286
mavenCentral()
287287
maven { url "https://repo.spring.io/libs-spring-framework-build" }
288-
maven { url "https://repo.spring.io/snapshot" } // Reactor and RSocket
288+
maven { url "https://repo.spring.io/milestone" } // Reactor
289+
maven { url "https://repo.spring.io/snapshot" } // RSocket
289290
}
290291
}
291292
configurations.all {

0 commit comments

Comments
 (0)