From 61448d942f553e35c6adb77c759468c46a0b54fb Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 4 Jun 2025 11:41:54 +0100 Subject: [PATCH] Start building against Reactor Bom 2024.0.7 snapshots See gh-45778 --- 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 de73597b40..c170c0c01c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1988,7 +1988,7 @@ bom { ] } } - library("Reactor Bom", "2024.0.6") { + library("Reactor Bom", "2024.0.7-SNAPSHOT") { considerSnapshots() calendarName = "Reactor" group("io.projectreactor") {