From e68b346c05af9afa670d6a32becf730a0c8689e3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 14 Sep 2022 08:19:16 +0200 Subject: [PATCH] Upgrade to Reactor 2020.0.23 Closes gh-32273 --- 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 7754ee95f10..c5409ab82e0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1435,7 +1435,7 @@ bom { ] } } - library("Reactor Bom", "2020.0.22") { + library("Reactor Bom", "2020.0.23") { group("io.projectreactor") { imports = [ "reactor-bom"