From cbdc5d97463d23cc304b66949ef52377331ccb4d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 27 Apr 2020 14:33:14 +0200 Subject: [PATCH] Upgrade to Reactor Bom Dysprosium-SR7 Closes gh-20943 --- 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 e6193ed7778..c1edfb49471 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1383,7 +1383,7 @@ bom { ] } } - library("Reactor Bom", "Dysprosium-BUILD-SNAPSHOT") { + library("Reactor Bom", "Dysprosium-SR7") { group("io.projectreactor") { imports = [ "reactor-bom"