From d887e438eba3ffeaa317d44249a23ddc2e017604 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 5 Nov 2021 10:04:46 +0100 Subject: [PATCH 1/5] Start building against Reactor 2020.0.13 snapshots See gh-28505 --- 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 f5aca572bb..d58cc860a8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1335,7 +1335,7 @@ bom { ] } } - library("Reactor Bom", "2020.0.12") { + library("Reactor Bom", "2020.0.13-SNAPSHOT") { group("io.projectreactor") { imports = [ "reactor-bom" From 7ae68b6cccfa43a9cdb566aa1cfba6e1ebf8c33f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 5 Nov 2021 10:05:11 +0100 Subject: [PATCH 2/5] Start building against Spring Framework 5.3.13 snapshots See gh-28506 --- 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 d58cc860a8..b66986132b 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 Framework", "5.3.12") { + library("Spring Framework", "5.3.13-SNAPSHOT") { group("org.springframework") { imports = [ "spring-framework-bom" From 176496bd185d252c42ea021bb4683a3279d0a54a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 5 Nov 2021 10:05:38 +0100 Subject: [PATCH 3/5] Start building against Micrometer 1.6.13 snapshots See gh-28507 --- 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 b66986132b..61639d8ca1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1119,7 +1119,7 @@ bom { ] } } - library("Micrometer", "1.6.12") { + library("Micrometer", "1.6.13-SNAPSHOT") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" { From 5c995a2d9b14ff838be68d4266d82e4b88d506f6 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 5 Nov 2021 10:06:27 +0100 Subject: [PATCH 4/5] Start building against Spring Data 2020.0.15 snapshots See gh-28508 --- 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 61639d8ca1..e74e5d42a1 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 Data Bom", "2020.0.14") { + library("Spring Data Bom", "2020.0.15-SNAPSHOT") { group("org.springframework.data") { imports = [ "spring-data-bom" From 190d39a4f96bf391e92781fbecf061e5a884058d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 5 Nov 2021 10:06:58 +0100 Subject: [PATCH 5/5] Start building against Spring Batch 4.3.4 snapshots See gh-28230 --- 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 e74e5d42a1..6666c3d016 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1561,7 +1561,7 @@ bom { ] } } - library("Spring Batch", "4.3.3") { + library("Spring Batch", "4.3.4-SNAPSHOT") { group("org.springframework.batch") { modules = [ "spring-batch-core",