From 719fb625ef087d1baed6af945946005479a26402 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 9 Apr 2022 17:14:36 +0200 Subject: [PATCH] Start building against Reactor 2020.0.18 snapshots See gh-30604 --- 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 1bebf3970a..5116103ef5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1450,7 +1450,7 @@ bom { ] } } - library("Reactor Bom", "2020.0.17") { + library("Reactor Bom", "2020.0.18-SNAPSHOT") { group("io.projectreactor") { imports = [ "reactor-bom"