From 3119e85a32c3752916850ed2c3f3b47a884a06f9 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 26 Oct 2020 18:17:13 +0100 Subject: [PATCH] Upgrade to Reactor Dysprosium-SR13 Closes gh-23770 --- 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 bdc2810a30..a32d1eeb13 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1429,7 +1429,7 @@ bom { ] } } - library("Reactor Bom", "Dysprosium-BUILD-SNAPSHOT") { + library("Reactor Bom", "Dysprosium-SR13") { group("io.projectreactor") { imports = [ "reactor-bom"