Start building against Reactor 2020.0.12 snapshots

See gh-27527
This commit is contained in:
Stephane Nicoll 2021-10-07 08:51:32 +02:00
parent 90fdcf88d8
commit d5597a75a6
1 changed files with 2 additions and 1 deletions

View File

@ -29,7 +29,7 @@ configure(allprojects) { project ->
imports { imports {
mavenBom "com.fasterxml.jackson:jackson-bom:2.12.5" mavenBom "com.fasterxml.jackson:jackson-bom:2.12.5"
mavenBom "io.netty:netty-bom:4.1.68.Final" mavenBom "io.netty:netty-bom:4.1.68.Final"
mavenBom "io.projectreactor:reactor-bom:2020.0.11" mavenBom "io.projectreactor:reactor-bom:2020.0.12-SNAPSHOT"
mavenBom "io.r2dbc:r2dbc-bom:Arabba-SR10" mavenBom "io.r2dbc:r2dbc-bom:Arabba-SR10"
mavenBom "io.rsocket:rsocket-bom:1.1.1" mavenBom "io.rsocket:rsocket-bom:1.1.1"
mavenBom "org.eclipse.jetty:jetty-bom:9.4.43.v20210629" mavenBom "org.eclipse.jetty:jetty-bom:9.4.43.v20210629"
@ -292,6 +292,7 @@ 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 {