From 5bbd4bba915bea102b8d1ac9d936d88db6a1865a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 13 Sep 2023 10:56:47 +0200 Subject: [PATCH] Upgrade to Reactor Bom 2020.0.36 Closes gh-37246 --- 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 eca5a79a7f..ada324a811 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1488,7 +1488,7 @@ bom { ] } } - library("Reactor Bom", "2020.0.36-SNAPSHOT") { + library("Reactor Bom", "2020.0.36") { considerSnapshots() calendarName = "Reactor" group("io.projectreactor") {