From 74d5fdbcd03ba0aa52882e1cec4ce8f3c77df28c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 8 Jul 2021 08:43:53 +0200 Subject: [PATCH 01/10] 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 02/10] 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 03/10] 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 04/10] 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" From 74a0354bf16684219853711686fff6f70433f7b5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 8 Jul 2021 08:50:06 +0200 Subject: [PATCH 05/10] Start building against Reactor 2020.0.9 snapshots See gh-27162 --- 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 2707f68326..802adcf7be 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1416,7 +1416,7 @@ bom { ] } } - library("Reactor Bom", "2020.0.8") { + library("Reactor Bom", "2020.0.9-SNAPSHOT") { group("io.projectreactor") { imports = [ "reactor-bom" From 3119179c624610e0f21c5dcdcc3426c7cdab4285 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 8 Jul 2021 08:50:32 +0200 Subject: [PATCH 06/10] Start building against Spring Framework 5.3.9 snapshots See gh-27163 --- 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 802adcf7be..fbde17b19e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1656,7 +1656,7 @@ bom { ] } } - library("Spring Framework", "5.3.8") { + library("Spring Framework", "5.3.9-SNAPSHOT") { group("org.springframework") { imports = [ "spring-framework-bom" From 36f5d6762b55371120ddfd1bdf84d2b2614cc4bf Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 8 Jul 2021 08:51:04 +0200 Subject: [PATCH 07/10] Start building against Spring HATEOAS 1.3.3 snapshots See gh-27184 --- 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 fbde17b19e..0e96230f8e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1663,7 +1663,7 @@ bom { ] } } - library("Spring HATEOAS", "1.3.2") { + library("Spring HATEOAS", "1.3.3-SNAPSHOT") { group("org.springframework.hateoas") { modules = [ "spring-hateoas" From 745b79714f3f3b1ce1e7c5a9d04fa66155f3c4d8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 8 Jul 2021 08:51:29 +0200 Subject: [PATCH 08/10] Start building against Spring Data 2021.0.3 snapshots See gh-27164 --- 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 0e96230f8e..7534411db2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1649,7 +1649,7 @@ bom { ] } } - library("Spring Data Bom", "2021.0.2") { + library("Spring Data Bom", "2021.0.3-SNAPSHOT") { group("org.springframework.data") { imports = [ "spring-data-bom" From e426ff6196ca9e91145fcdce4b9ab383fc7918da Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 8 Jul 2021 08:51:55 +0200 Subject: [PATCH 09/10] Start building against Spring Kafka 2.7.4 snapshots See gh-27165 --- 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 7534411db2..8c652047f4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1677,7 +1677,7 @@ bom { ] } } - library("Spring Kafka", "2.7.3") { + library("Spring Kafka", "2.7.4-SNAPSHOT") { group("org.springframework.kafka") { modules = [ "spring-kafka", From 7eb6cf71f6a61c7baaad8c4bf74ba077c1224a12 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 8 Jul 2021 08:52:18 +0200 Subject: [PATCH 10/10] Start building against Spring Integration 5.5.2 snapshots See gh-27166 --- 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 8c652047f4..c4c353a66a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1670,7 +1670,7 @@ bom { ] } } - library("Spring Integration", "5.5.1") { + library("Spring Integration", "5.5.2-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom"