From 63d7e81a480f1172f70f53d818e1cf841337fabf Mon Sep 17 00:00:00 2001 From: rstoyanchev Date: Wed, 6 Jul 2022 11:30:44 +0100 Subject: [PATCH] Switch to Reactor 2020-0.21 snapshots See gh-28765 --- build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1031b0d4bb..9eee60cdcf 100644 --- a/build.gradle +++ b/build.gradle @@ -29,7 +29,7 @@ configure(allprojects) { project -> imports { mavenBom "com.fasterxml.jackson:jackson-bom:2.12.7" mavenBom "io.netty:netty-bom:4.1.77.Final" - mavenBom "io.projectreactor:reactor-bom:2020.0.20" + mavenBom "io.projectreactor:reactor-bom:2020.0.21-SNAPSHOT" mavenBom "io.r2dbc:r2dbc-bom:Arabba-SR13" mavenBom "io.rsocket:rsocket-bom:1.1.2" mavenBom "org.eclipse.jetty:jetty-bom:9.4.46.v20220331" @@ -292,6 +292,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 {