From f159701a64b48f9901a1075ee702743d8de5b0dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 10 Sep 2025 13:09:31 +0200 Subject: [PATCH] Upgrade to Reactor Bom 2024.0.10 Closes gh-47075 --- 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 7e4f0adc4c2..1db9adcf817 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1888,7 +1888,7 @@ bom { ] } } - library("Reactor Bom", "2024.0.10-SNAPSHOT") { + library("Reactor Bom", "2024.0.10") { considerSnapshots() calendarName = "Reactor" group("io.projectreactor") {