From 567146954d2f68536d0720d1b714d8c5506d1f1e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 13 Oct 2022 15:41:36 +0100 Subject: [PATCH] Upgrade to Reactor 2020.0.24 Closes gh-32592 --- 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 73d8c47fe1..b6f17f3744 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.24-SNAPSHOT") { + library("Reactor Bom", "2020.0.24") { group("io.projectreactor") { imports = [ "reactor-bom"