From 7370afc3265dbd8f7a9df5ced96c68f1898ccb3f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 13 Apr 2021 08:29:25 +0200 Subject: [PATCH] Upgrade to Reactor 2020.0.6 Closes gh-25925 --- 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 2d954f1c130..c30d31b7012 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1407,7 +1407,7 @@ bom { ] } } - library("Reactor Bom", "2020.0.6-SNAPSHOT") { + library("Reactor Bom", "2020.0.6") { group("io.projectreactor") { imports = [ "reactor-bom"