From c31917daa0722531b63b11ba9237fd6b2fc551fb Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 17 Jul 2020 10:17:17 +0200 Subject: [PATCH 1/6] Start building against Spring Framework 5.1.17 snapshots See gh-22370 --- 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 17e52ff3739..bb04199fb23 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.16.RELEASE + 5.1.17.BUILD-SNAPSHOT 2.1.15.RELEASE 4.1.4.RELEASE 2.0.7.RELEASE From 2658ea76e6308d8391e53e31225be56af43ca1ec Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 17 Jul 2020 10:17:46 +0200 Subject: [PATCH 2/6] Start building against Reactor Californium-SR20 snapshots See gh-22371 --- 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 bb04199fb23..4140514f894 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-SR19 + Californium-BUILD-SNAPSHOT 3.1.1 1.0.3 1.3.8 From 84303e682cd1f4642a71bc32b563f3084ca50ab7 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 17 Jul 2020 10:29:17 +0200 Subject: [PATCH 3/6] Start building against Spring Framework 5.2.8 snapshots See gh-22372 --- 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 5e8250716c4..72f75d79570 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-SR8 - 5.2.7.RELEASE + 5.2.8.BUILD-SNAPSHOT 1.0.5.RELEASE 5.2.7.RELEASE 2.3.9.RELEASE From 819ff56e94a7ee57737cecb79614564b9892132f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 17 Jul 2020 10:29:49 +0200 Subject: [PATCH 4/6] Start building against Reactor Dysprosium-SR10 snapshots See gh-22374 --- 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 72f75d79570..6d4294ccc7d 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-SR9 + Dysprosium-BUILD-SNAPSHOT 3.3.0 1.0.3 1.0.1 From 22f57926e301ae60fe1bf897f3337b383cfd4559 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 17 Jul 2020 10:37:45 +0200 Subject: [PATCH 5/6] Start building against Spring Framework 5.2.8 snapshots See gh-22375 --- 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 7d612dde930..aad24d5a566 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1657,7 +1657,7 @@ bom { ] } } - library("Spring Framework", "5.2.7.RELEASE") { + library("Spring Framework", "5.2.8.BUILD-SNAPSHOT") { group("org.springframework") { imports = [ "spring-framework-bom" From b50720aa69a22df32fdd21a25c0c51de0bd90202 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 17 Jul 2020 10:38:59 +0200 Subject: [PATCH 6/6] Start building against Reactor Dysprosium-SR10 snapshots See gh-22376 --- 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 aad24d5a566..21310b6f6a4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1417,7 +1417,7 @@ bom { ] } } - library("Reactor Bom", "Dysprosium-SR9") { + library("Reactor Bom", "Dysprosium-BUILD-SNAPSHOT") { group("io.projectreactor") { imports = [ "reactor-bom"