From a690ce68579645d799c87b44bd45f93272636d0f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 15 Aug 2023 17:20:06 +0200 Subject: [PATCH] Upgrade to Reactor Bom 2023.0.0-M2 Closes gh-36677 --- 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 1d9204fec3..5109a575df 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1210,7 +1210,7 @@ bom { ] } } - library("Reactor Bom", "2023.0.0-SNAPSHOT") { + library("Reactor Bom", "2023.0.0-M2") { group("io.projectreactor") { imports = [ "reactor-bom"