From ae8d6828717d192fc024734a957f6893659dde42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 13 Aug 2024 19:48:45 +0200 Subject: [PATCH] Upgrade to Reactor Bom 2023.0.9 Closes gh-41722 --- 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 1e6f427b05e..f1d8fc84c7f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1391,7 +1391,7 @@ bom { ] } } - library("Reactor Bom", "2023.0.9-SNAPSHOT") { + library("Reactor Bom", "2023.0.9") { considerSnapshots() calendarName = "Reactor" group("io.projectreactor") {