From e7f56e300c4ac81b70d094f31bfef8dd06e8b668 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 16 Oct 2024 09:50:28 +0200 Subject: [PATCH] Upgrade to Reactor Bom 2023.0.11 Closes gh-42545 --- 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 e3131a3818..568ea6f07f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1705,7 +1705,7 @@ bom { ] } } - library("Reactor Bom", "2023.0.11-SNAPSHOT") { + library("Reactor Bom", "2023.0.11") { considerSnapshots() calendarName = "Reactor" group("io.projectreactor") {