From c6184b4429c6575357efd4aa6ca673a92a5b2379 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 13 Sep 2023 10:58:42 +0200 Subject: [PATCH] Upgrade to Reactor Bom 2022.0.11 Closes gh-37256 --- 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 f88ab39515..e3e6d20d69 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1168,7 +1168,7 @@ bom { ] } } - library("Reactor Bom", "2022.0.11-SNAPSHOT") { + library("Reactor Bom", "2022.0.11") { considerSnapshots() calendarName = "Reactor" group("io.projectreactor") {