From 29c89f3c27203ead873d9c2bc6f96231c4f183f1 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 23 Mar 2020 18:41:24 +0100 Subject: [PATCH] Upgrade to Reactor Dysprosium-SR6 Closes gh-20570 --- 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 2ad594f465..b204fdce04 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1376,7 +1376,7 @@ bom { ] } } - library("Reactor Bom", "Dysprosium-BUILD-SNAPSHOT") { + library("Reactor Bom", "Dysprosium-SR6") { group("io.projectreactor") { imports = [ "reactor-bom"