From c059759c4d658573f8e6b3f6de39dd41df70682d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 11 May 2021 10:05:00 +0200 Subject: [PATCH] Start building against Reactor Dysprosium-SR20 snapshots See 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 5ce999c4c7..5d81b63056 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-SR19") { + library("Reactor Bom", "Dysprosium-BUILD-SNAPSHOT") { group("io.projectreactor") { imports = [ "reactor-bom"