From 24ada6f240b0d185681dcf06642bd5eed34d139f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 8 Oct 2021 07:44:35 +0200 Subject: [PATCH] Start building against Reactor 2020.0.12 snapshots See gh-28240 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 2edd582ba2..43b55df0e0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1416,7 +1416,7 @@ bom { ] } } - library("Reactor Bom", "2020.0.11") { + library("Reactor Bom", "2020.0.12-SNAPSHOT") { group("io.projectreactor") { imports = [ "reactor-bom"