From 58974ab9cfde86b37f7124bb92893240db60d446 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 16 Jun 2020 07:56:42 +0200 Subject: [PATCH 1/2] Start building against Reactor Dysprosium-SR9 snapshots See gh-21937 --- spring-boot-project/spring-boot-dependencies/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/pom.xml b/spring-boot-project/spring-boot-dependencies/pom.xml index a33db24cc8..dccb7bd70b 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -173,7 +173,7 @@ 2.3.2 4.2.2 5.7.3 - Dysprosium-SR8 + Dysprosium-BUILD-SNAPSHOT 3.3.0 1.0.3 1.0.1 From e30b8bf7421de29942d721deace82319bed6570a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 16 Jun 2020 07:58:28 +0200 Subject: [PATCH 2/2] Start building against Reactor Dysprosium-SR9 snapshots See gh-21938 --- 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 6ecac8917f..805116836c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1439,7 +1439,7 @@ bom { ] } } - library("Reactor Bom", "Dysprosium-SR8") { + library("Reactor Bom", "Dysprosium-BUILD-SNAPSHOT") { group("io.projectreactor") { imports = [ "reactor-bom"