From f66615bd9b1403c7ff8d90eaff77924a17a5a7a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 10 Mar 2026 14:24:33 +0100 Subject: [PATCH] Upgrade to Reactor Bom 2024.0.16 Closes gh-49405 --- 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 562dd12adb9..3d5074507bf 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2029,7 +2029,7 @@ bom { ] } } - library("Reactor Bom", "2024.0.16-SNAPSHOT") { + library("Reactor Bom", "2024.0.16") { considerSnapshots() calendarName = "Reactor" group("io.projectreactor") {