Skip to content

Commit c70aed5

Browse files
committed
Switch to Reactor 2020.0.7 snapshots
See gh-26890
1 parent 2de7bf6 commit c70aed5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ configure(allprojects) { project ->
2929
imports {
3030
mavenBom "com.fasterxml.jackson:jackson-bom:2.12.2"
3131
mavenBom "io.netty:netty-bom:4.1.63.Final"
32-
mavenBom "io.projectreactor:reactor-bom:2020.0.6"
32+
mavenBom "io.projectreactor:reactor-bom:2020.0.7-SNAPSHOT"
3333
mavenBom "io.r2dbc:r2dbc-bom:Arabba-SR9"
3434
mavenBom "io.rsocket:rsocket-bom:1.1.0"
3535
mavenBom "org.eclipse.jetty:jetty-bom:9.4.39.v20210325"
@@ -290,6 +290,7 @@ configure(allprojects) { project ->
290290
repositories {
291291
mavenCentral()
292292
maven { url "https://repo.spring.io/libs-spring-framework-build" }
293+
maven { url "https://repo.spring.io/snapshot" } // Reactor
293294
}
294295
}
295296
configurations.all {

0 commit comments

Comments
 (0)