From 861a4fa810d68c5068396d389e134ad5a311dd02 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 9 Apr 2024 07:52:31 +0100 Subject: [PATCH] Start building against Reactor Bom 2023.0.5 snapshots See gh-40221 --- 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 7fe68aa2c2e..09189c34ae0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1594,7 +1594,7 @@ bom { ] } } - library("Reactor Bom", "2023.0.4") { + library("Reactor Bom", "2023.0.5-SNAPSHOT") { considerSnapshots() calendarName = "Reactor" group("io.projectreactor") {