Update Reactor BOM to 2022.0.0-M2

Closes gh-28365
This commit is contained in:
Simon Baslé 2022-04-20 11:51:17 +02:00 committed by Sam Brannen
parent f7d032c924
commit f3fd8f9e1d
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.13.1"
mavenBom "io.netty:netty-bom:4.1.76.Final"
mavenBom "io.projectreactor:reactor-bom:2020.0.18"
mavenBom "io.projectreactor:reactor-bom:2022.0.0-M2"
mavenBom "io.r2dbc:r2dbc-bom:Borca-SR1"
mavenBom "io.rsocket:rsocket-bom:1.1.2"
mavenBom "org.eclipse.jetty:jetty-bom:11.0.9"
@ -250,6 +250,7 @@ configure(allprojects) { project ->
repositories {
mavenCentral()
maven { url "https://repo.spring.io/libs-spring-framework-build" }
maven { url "https://repo.spring.io/milestone"}
}
}
configurations.all {