From fc9006f53c12760a5f2081976034665a5168b614 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 13 Jul 2023 15:57:34 +0200 Subject: [PATCH] Upgrade to Reactor Bom 2022.0.9 Closes gh-36292 --- 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 aa359ec00dc..7d7df9944e7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1155,7 +1155,7 @@ bom { ] } } - library("Reactor Bom", "2022.0.9-SNAPSHOT") { + library("Reactor Bom", "2022.0.9") { group("io.projectreactor") { imports = [ "reactor-bom"