From 0985845c3b4bd296cab2b943ce4152697463e704 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 10 Mar 2021 08:06:06 +0100 Subject: [PATCH 1/4] Start building against Reactor 2020.0.5 snapshots See gh-25539 --- 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 f35d80fb17..0ec0bdbd4f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1322,7 +1322,7 @@ bom { ] } } - library("Reactor Bom", "2020.0.4") { + library("Reactor Bom", "2020.0.5-SNAPSHOT") { group("io.projectreactor") { imports = [ "reactor-bom" From d2733b26b624edaed25105c96b7992fff4c90c93 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 10 Mar 2021 08:06:44 +0100 Subject: [PATCH 2/4] Start building against Spring Framework 5.3.5 snapshots See gh-25541 --- 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 0ec0bdbd4f..4e3074040e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1565,7 +1565,7 @@ bom { ] } } - library("Spring Framework", "5.3.4") { + library("Spring Framework", "5.3.5-SNAPSHOT") { group("org.springframework") { imports = [ "spring-framework-bom" From 924bb53c69f3383c0b7fea5e5d2c88ee64848391 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 10 Mar 2021 08:07:17 +0100 Subject: [PATCH 3/4] Start building against Spring HATEOAS 1.2.5 snapshots See gh-25545 --- 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 4e3074040e..42fc4dac3f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1572,7 +1572,7 @@ bom { ] } } - library("Spring HATEOAS", "1.2.4") { + library("Spring HATEOAS", "1.2.5-SNAPSHOT") { group("org.springframework.hateoas") { modules = [ "spring-hateoas" From cad9fa2fc0764a76b14eced0509b3b2ecf8d4f3b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 10 Mar 2021 08:07:44 +0100 Subject: [PATCH 4/4] Start building against Spring Data 2020.0.6 snapshots See gh-25547 --- 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 42fc4dac3f..d1d825b970 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1558,7 +1558,7 @@ bom { ] } } - library("Spring Data Bom", "2020.0.5") { + library("Spring Data Bom", "2020.0.6-SNAPSHOT") { group("org.springframework.data") { imports = [ "spring-data-bom"