From d9d8dfbac6f3640d7e4b2693e45a4cfc0bfc1a38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 10 Jun 2025 17:12:49 +0200 Subject: [PATCH] Upgrade to Reactor Bom 2023.0.19 Closes gh-45751 --- 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 d8227d3a7b..f4b642d4c6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1887,7 +1887,7 @@ bom { ] } } - library("Reactor Bom", "2023.0.19-SNAPSHOT") { + library("Reactor Bom", "2023.0.19") { considerSnapshots() calendarName = "Reactor" group("io.projectreactor") {