From e61595927b2ad52e8a11f3a6c3478db2649548e4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 21 Oct 2020 10:11:09 +0200 Subject: [PATCH] Start building against Reactor Dysprosium-SR13 snapshots See 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 ee6cb157c3..9239459a3e 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-SR12") { + library("Reactor Bom", "Dysprosium-BUILD-SNAPSHOT") { group("io.projectreactor") { imports = [ "reactor-bom"