From bc36485e6a623de9add07b568fdf4f4fd74ce3a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 11 Feb 2025 15:28:04 +0100 Subject: [PATCH] Upgrade to Reactor Bom 2024.0.3 Closes gh-44157 --- 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 48fa0fedbb..3828ea0f47 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1969,7 +1969,7 @@ bom { ] } } - library("Reactor Bom", "2024.0.3-SNAPSHOT") { + library("Reactor Bom", "2024.0.3") { considerSnapshots() calendarName = "Reactor" group("io.projectreactor") {