From d0bbf8433a10f018f5fe309acc35aafe668b44c3 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 May 2023 21:25:07 +0100 Subject: [PATCH] Upgrade to Reactor Bom 2020.0.32 Closes gh-35532 --- 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 37c6dbdb58b..c4704aec4a4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1467,7 +1467,7 @@ bom { ] } } - library("Reactor Bom", "2020.0.25") { + library("Reactor Bom", "2020.0.32") { group("io.projectreactor") { imports = [ "reactor-bom"