From 462633ae0ecf2e0b366f478a91c1f5cd0be397e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 14 Apr 2026 13:02:15 +0200 Subject: [PATCH] Upgrade to Reactor Bom 2025.0.5 Closes gh-49974 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index 72cb09118f0..1732cc2980b 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -1976,7 +1976,7 @@ bom { ] } } - library("Reactor Bom", "2025.0.5-SNAPSHOT") { + library("Reactor Bom", "2025.0.5") { considerSnapshots() calendarName = "Reactor" group("io.projectreactor") {