Upgrade to Reactor 2020.0.2

Closes gh-26176
This commit is contained in:
Rossen Stoyanchev 2020-12-07 22:59:49 +00:00
parent 7418c4b7b7
commit 194cebd730
1 changed files with 1 additions and 2 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.54.Final"
mavenBom "io.projectreactor:reactor-bom:2020.0.2-SNAPSHOT"
mavenBom "io.projectreactor:reactor-bom:2020.0.2"
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,7 +291,6 @@ 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 {