From 96e58d815d8d4d64fc1abede170e8be3bbd257c2 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 13 Jul 2021 13:52:00 +0100 Subject: [PATCH] Upgrade to Reactor 2020.0.9 Closes gh-27159 --- 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 61cc53216fd..71a4adfa91b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1328,7 +1328,7 @@ bom { ] } } - library("Reactor Bom", "2020.0.9-SNAPSHOT") { + library("Reactor Bom", "2020.0.9") { group("io.projectreactor") { imports = [ "reactor-bom"