From 9f70b71036ce7ffafed4262850aaf383edbfe19e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 8 Jan 2021 08:35:34 +0100 Subject: [PATCH 1/6] Start building against Reactor 2020.0.3 snapshots See gh-24698 --- 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 03ec792f0c..a26e0ccea9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1321,7 +1321,7 @@ bom { ] } } - library("Reactor Bom", "2020.0.2") { + library("Reactor Bom", "2020.0.3-SNAPSHOT") { group("io.projectreactor") { imports = [ "reactor-bom" From 11d20eba826db6a73c72353b9dfadb8252904018 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 8 Jan 2021 08:36:21 +0100 Subject: [PATCH 2/6] Start building against Spring Framework 5.3.3 snapshots See gh-24699 --- 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 a26e0ccea9..079535a154 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 Framework", "5.3.2") { + library("Spring Framework", "5.3.3-SNAPSHOT") { group("org.springframework") { imports = [ "spring-framework-bom" From 5bfc0285c62ee055e570db867ec60bdfa9baa436 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 8 Jan 2021 09:22:03 +0100 Subject: [PATCH 3/6] Start building against Spring Data 2020.0.3 snapshots See gh-24700 --- 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 079535a154..e8b2de55d6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1557,7 +1557,7 @@ bom { ] } } - library("Spring Data Bom", "2020.0.2") { + library("Spring Data Bom", "2020.0.3-SNAPSHOT") { group("org.springframework.data") { imports = [ "spring-data-bom" From 0bfb07246750b4b92acb80519baddc904e1289e5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 8 Jan 2021 09:22:59 +0100 Subject: [PATCH 4/6] Start building against Spring Integration 5.4.3 snapshots See gh-24701 --- 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 e8b2de55d6..490d762c03 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 Integration", "5.4.2") { + library("Spring Integration", "5.4.3-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom" From a27b87a118cc403b81f20b3d72e538afc0cf0579 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 8 Jan 2021 09:23:34 +0100 Subject: [PATCH 5/6] Start building against Spring AMQP 2.3.3 snapshots See gh-24702 --- 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 490d762c03..111347af36 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1537,7 +1537,7 @@ bom { ] } } - library("Spring AMQP", "2.3.2") { + library("Spring AMQP", "2.3.3-SNAPSHOT") { group("org.springframework.amqp") { modules = [ "spring-amqp", From 40f1f9a25cb5b78630d040afa8b2be361f1f7dd6 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 8 Jan 2021 09:24:42 +0100 Subject: [PATCH 6/6] Start building against Spring Kafka 2.6.5 snapshots See gh-24703 --- 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 111347af36..a1bf25ef81 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1585,7 +1585,7 @@ bom { ] } } - library("Spring Kafka", "2.6.4") { + library("Spring Kafka", "2.6.5-SNAPSHOT") { group("org.springframework.kafka") { modules = [ "spring-kafka",