Upgrade to Reactor 2020.0.3 snapshots

See gh-26367
This commit is contained in:
Rossen Stoyanchev 2021-01-11 09:30:47 +00:00
parent b0dea4d3f6
commit dd8ea89bea
1 changed files with 2 additions and 1 deletions

View File

@ -27,7 +27,7 @@ configure(allprojects) { project ->
imports {
mavenBom "com.fasterxml.jackson:jackson-bom:2.12.0"
mavenBom "io.netty:netty-bom:4.1.56.Final"
mavenBom "io.projectreactor:reactor-bom:2020.0.2"
mavenBom "io.projectreactor:reactor-bom:2020.0.3-SNAPSHOT"
mavenBom "io.r2dbc:r2dbc-bom:Arabba-SR8"
mavenBom "io.rsocket:rsocket-bom:1.1.0"
mavenBom "org.eclipse.jetty:jetty-bom:9.4.35.v20201120"
@ -291,6 +291,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 {