From 74d5fdbcd03ba0aa52882e1cec4ce8f3c77df28c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 8 Jul 2021 08:43:53 +0200 Subject: [PATCH 1/4] Start building against Reactor 2020.0.9 snapshots See gh-27159 --- 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 7ba68622dd..2f2b30932e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1328,7 +1328,7 @@ bom { ] } } - library("Reactor Bom", "2020.0.8") { + library("Reactor Bom", "2020.0.9-SNAPSHOT") { group("io.projectreactor") { imports = [ "reactor-bom" From 861f87911c184aa823532aac990252ec17bcfacb Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 8 Jul 2021 08:44:23 +0200 Subject: [PATCH 2/4] Start building against Spring Framework 5.3.9 snapshots See gh-27160 --- 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 2f2b30932e..20d3727786 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1571,7 +1571,7 @@ bom { ] } } - library("Spring Framework", "5.3.8") { + library("Spring Framework", "5.3.9-SNAPSHOT") { group("org.springframework") { imports = [ "spring-framework-bom" From 434d4a6f76388ce42c88c6ba9f2e40656c78a242 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 8 Jul 2021 08:44:52 +0200 Subject: [PATCH 3/4] Start building against Spring HATEOAS 1.2.8 snapshots See gh-27183 --- 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 20d3727786..4e83158e1c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1578,7 +1578,7 @@ bom { ] } } - library("Spring HATEOAS", "1.2.7") { + library("Spring HATEOAS", "1.2.8-SNAPSHOT") { group("org.springframework.hateoas") { modules = [ "spring-hateoas" From 815ccd14b5cefe4a9ed5fd6f9e55c96ef4fd18df Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 8 Jul 2021 08:45:17 +0200 Subject: [PATCH 4/4] Start building against Spring Data 2020.0.11 snapshots See gh-27161 --- 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 4e83158e1c..e30a9f1f50 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1564,7 +1564,7 @@ bom { ] } } - library("Spring Data Bom", "2020.0.10") { + library("Spring Data Bom", "2020.0.11-SNAPSHOT") { group("org.springframework.data") { imports = [ "spring-data-bom"