From 2b7bed8bf7bcac95ddcecdfc83bb1060770d778a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 9 May 2023 13:38:32 +0200 Subject: [PATCH] Upgrade to Reactor Bom 2022.0.7 Closes gh-35307 --- 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 33337af6177..7f1e53d949a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1202,7 +1202,7 @@ bom { ] } } - library("Reactor Bom", "2022.0.6") { + library("Reactor Bom", "2022.0.7") { group("io.projectreactor") { imports = [ "reactor-bom"