From 526af5a79005765ee60250ea8da25c20500310eb Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 11 May 2021 15:55:14 +0200 Subject: [PATCH] Upgrade to Reactor Dysprosium-SR20 Closes gh-26424 --- 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 b0eb5c8e3e3..0e542f2bb1e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1433,7 +1433,7 @@ bom { ] } } - library("Reactor Bom", "Dysprosium-BUILD-SNAPSHOT") { + library("Reactor Bom", "Dysprosium-SR20") { group("io.projectreactor") { imports = [ "reactor-bom"