Switch to Reactor 2020.0.7 snapshots

See gh-26890
This commit is contained in:
Rossen Stoyanchev 2021-05-04 16:24:38 +01:00
parent 2de7bf6e2b
commit c70aed58bf
1 changed files with 2 additions and 1 deletions

View File

@ -29,7 +29,7 @@ configure(allprojects) { project ->
imports {
mavenBom "com.fasterxml.jackson:jackson-bom:2.12.2"
mavenBom "io.netty:netty-bom:4.1.63.Final"
mavenBom "io.projectreactor:reactor-bom:2020.0.6"
mavenBom "io.projectreactor:reactor-bom:2020.0.7-SNAPSHOT"
mavenBom "io.r2dbc:r2dbc-bom:Arabba-SR9"
mavenBom "io.rsocket:rsocket-bom:1.1.0"
mavenBom "org.eclipse.jetty:jetty-bom:9.4.39.v20210325"
@ -290,6 +290,7 @@ configure(allprojects) { project ->
repositories {
mavenCentral()
maven { url "https://repo.spring.io/libs-spring-framework-build" }
maven { url "https://repo.spring.io/snapshot" } // Reactor
}
}
configurations.all {