From 63e9a7d20e37b7bc9adc8bb3a5c18deaa0a869db Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 9 Feb 2024 12:03:59 +0000 Subject: [PATCH] Start building against Reactor Bom 2023.0.3 snapshots See gh-39489 --- 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 dc6d2d09d9..e32228eb60 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1256,7 +1256,7 @@ bom { ] } } - library("Reactor Bom", "2023.0.2") { + library("Reactor Bom", "2023.0.3-SNAPSHOT") { considerSnapshots() calendarName = "Reactor" group("io.projectreactor") {