From 863b23e7a8c5af4879c6551f8600a7bf2db8038a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 15 Feb 2022 15:10:11 +0100 Subject: [PATCH] Upgrade to Reactor 2020.0.16 Closes gh-29717 --- 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 fd5599a2f0f4..4b8bb8d0e1e3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1405,7 +1405,7 @@ bom { ] } } - library("Reactor Bom", "2020.0.16-SNAPSHOT") { + library("Reactor Bom", "2020.0.16") { group("io.projectreactor") { imports = [ "reactor-bom"