From f1eb2da00e80528bdaa3f1430076f112dfbaf9f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 11 Mar 2025 16:59:11 +0100 Subject: [PATCH] Upgrade to Reactor Bom 2023.0.16 Closes gh-44560 --- 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 d0fc6cde95c..db5e7b62876 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1893,7 +1893,7 @@ bom { ] } } - library("Reactor Bom", "2023.0.16-SNAPSHOT") { + library("Reactor Bom", "2023.0.16") { considerSnapshots() calendarName = "Reactor" group("io.projectreactor") {