From a1659dbfcc57e007d2fcf5014562f44f2be39b83 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 8 Sep 2023 09:29:09 +0100 Subject: [PATCH] Start building against Reactor Bom 2020.0.36 snapshots See gh-37246 --- 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 48c3bf918c..6967f5d849 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1488,7 +1488,7 @@ bom { ] } } - library("Reactor Bom", "2020.0.35") { + library("Reactor Bom", "2020.0.36-SNAPSHOT") { considerSnapshots() calendarName = "Reactor" group("io.projectreactor") {