Upgrade to Reactor 2020.0.3

Closes gh-26367
This commit is contained in:
Stephane Nicoll 2021-01-11 16:41:03 +01:00
parent 2fd6e6e87c
commit 917f3ad101
1 changed files with 1 additions and 2 deletions

View File

@ -27,7 +27,7 @@ configure(allprojects) { project ->
imports { imports {
mavenBom "com.fasterxml.jackson:jackson-bom:2.12.0" mavenBom "com.fasterxml.jackson:jackson-bom:2.12.0"
mavenBom "io.netty:netty-bom:4.1.56.Final" mavenBom "io.netty:netty-bom:4.1.56.Final"
mavenBom "io.projectreactor:reactor-bom:2020.0.3-SNAPSHOT" mavenBom "io.projectreactor:reactor-bom:2020.0.3"
mavenBom "io.r2dbc:r2dbc-bom:Arabba-SR8" mavenBom "io.r2dbc:r2dbc-bom:Arabba-SR8"
mavenBom "io.rsocket:rsocket-bom:1.1.0" mavenBom "io.rsocket:rsocket-bom:1.1.0"
mavenBom "org.eclipse.jetty:jetty-bom:9.4.35.v20201120" mavenBom "org.eclipse.jetty:jetty-bom:9.4.35.v20201120"
@ -291,7 +291,6 @@ configure(allprojects) { project ->
repositories { repositories {
mavenCentral() mavenCentral()
maven { url "https://repo.spring.io/libs-spring-framework-build" } maven { url "https://repo.spring.io/libs-spring-framework-build" }
maven { url "https://repo.spring.io/snapshot" } // Reactor
} }
} }
configurations.all { configurations.all {