From eb5924baa7e6f397d0f1b8e21d1e8c869c3abc51 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 21 Oct 2020 09:37:04 +0200 Subject: [PATCH 1/4] Start building against Spring Framework 5.1.19 snapshots See gh-23772 --- 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 f736e12544..1c63cd38bf 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -165,7 +165,7 @@ 1.23 7.7.3 - 5.1.18.RELEASE + 5.1.19.BUILD-SNAPSHOT 2.1.17.RELEASE 4.1.4.RELEASE 2.0.7.RELEASE From 7b4e3462ec00bb4b77e40544f08ca3dce5923383 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 21 Oct 2020 09:48:50 +0200 Subject: [PATCH 2/4] Start building against Reactor Dysprosium-SR13 snapshots See gh-23769 --- 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 37c057eb76..4d800c708b 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-SR12 + Dysprosium-BUILD-SNAPSHOT 3.3.0 1.0.3 1.0.2 From 551623435b034988da29ca1a00ee0b3d79e2b76c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 21 Oct 2020 09:49:47 +0200 Subject: [PATCH 3/4] Start building against Spring Framework 5.2.10 snapshots See gh-23773 --- 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 4d800c708b..fbfe07cb3d 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -191,7 +191,7 @@ 4.2.4.RELEASE 2.0.7.RELEASE Moore-SR10 - 5.2.9.RELEASE + 5.2.10.BUILD-SNAPSHOT 1.0.5.RELEASE 5.2.8.RELEASE 2.3.11.RELEASE From e61595927b2ad52e8a11f3a6c3478db2649548e4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 21 Oct 2020 10:11:09 +0200 Subject: [PATCH 4/4] 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"