From 0a83531324db223fd6ba0ccf6b4678daf963828a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 15 Aug 2023 17:14:01 +0200 Subject: [PATCH] Upgrade to Reactor Bom 2022.0.10 Closes gh-36831 --- 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 6eea8679bb..0d77edf679 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1159,7 +1159,7 @@ bom { ] } } - library("Reactor Bom", "2022.0.10-SNAPSHOT") { + library("Reactor Bom", "2022.0.10") { group("io.projectreactor") { imports = [ "reactor-bom"