From 0b0187cd0ddfaca3ee6a9aa67dd87b550dc43880 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 6 Jun 2020 08:48:15 +0200 Subject: [PATCH 1/3] Start building against Reactor Californium-SR19 snapshots See gh-21728 --- 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 f710863fa2..0c7c11b397 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -151,7 +151,7 @@ 2.3.2 4.2.2 5.4.3 - Californium-SR18 + Californium-BUILD-SNAPSHOT 3.1.1 1.0.3 1.3.8 From f4f9df3d105e7df5e424e222c9157762731d9540 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 6 Jun 2020 09:26:15 +0200 Subject: [PATCH 2/3] Start building against Reactor Dysprosium-SR8 snapshots See gh-21730 --- 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 72db66376d..a6c61273be 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-SR7 + Dysprosium-BUILD-SNAPSHOT 3.3.0 1.0.3 1.0.0 From 44f375c508c9ce67bd8d3d25c95e5076ecf33ad0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 6 Jun 2020 09:57:21 +0200 Subject: [PATCH 3/3] Start building against Reactor Dysprosium-SR8 snapshots See gh-21731 --- 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 375f324b80..48566eff31 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-SR7") { + library("Reactor Bom", "Dysprosium-BUILD-SNAPSHOT") { group("io.projectreactor") { imports = [ "reactor-bom"