From d887e438eba3ffeaa317d44249a23ddc2e017604 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 5 Nov 2021 10:04:46 +0100 Subject: [PATCH 01/12] 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 02/12] 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 03/12] 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 04/12] 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 05/12] 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", From 8426fd94889abbb4fc7fda943eeae1b2eba40667 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 5 Nov 2021 10:41:39 +0100 Subject: [PATCH 06/12] Start building against Reactor 2020.0.13 snapshots See gh-28509 --- 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 38f9928cea..f5e863a23c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1423,7 +1423,7 @@ bom { ] } } - library("Reactor Bom", "2020.0.12") { + library("Reactor Bom", "2020.0.13-SNAPSHOT") { group("io.projectreactor") { imports = [ "reactor-bom" From 71fb6ef9e178889a565bc6e9af4bef165f59e865 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 5 Nov 2021 10:42:04 +0100 Subject: [PATCH 07/12] Start building against Spring Framework 5.3.13 snapshots See gh-28510 --- 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 f5e863a23c..14ce15841b 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 Framework", "5.3.12") { + library("Spring Framework", "5.3.13-SNAPSHOT") { group("org.springframework") { imports = [ "spring-framework-bom" From d36c0f21b3b79cb42e326dcc060e97cbf0639aa5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 5 Nov 2021 10:42:34 +0100 Subject: [PATCH 08/12] Start building against Micrometer 1.7.6 snapshots See gh-28511 --- 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 14ce15841b..91b0b8db0f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1207,7 +1207,7 @@ bom { ] } } - library("Micrometer", "1.7.5") { + library("Micrometer", "1.7.6-SNAPSHOT") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" { From b9e1bf6b1a3ef3a623527f41011044d610a1642b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 5 Nov 2021 10:43:00 +0100 Subject: [PATCH 09/12] Start building against Spring Data 2021.0.7 snapshots See gh-28512 --- 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 91b0b8db0f..390e03f08b 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 Data Bom", "2021.0.6") { + library("Spring Data Bom", "2021.0.7-SNAPSHOT") { group("org.springframework.data") { imports = [ "spring-data-bom" From 6984d803891a625cdc94448b3c8644f923e842df Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 5 Nov 2021 10:43:28 +0100 Subject: [PATCH 10/12] Start building against Spring Integration 5.5.6 snapshots See gh-28513 --- 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 390e03f08b..6ab232e6dc 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 Integration", "5.5.5") { + library("Spring Integration", "5.5.6-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom" From 45deb1ac56f75cbea747cca6e2128b951e6bb3d3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 5 Nov 2021 10:43:59 +0100 Subject: [PATCH 11/12] Start building against Spring Kafka 2.7.9 snapshots See gh-28539 --- 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 6ab232e6dc..b24819e439 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1684,7 +1684,7 @@ bom { ] } } - library("Spring Kafka", "2.7.8") { + library("Spring Kafka", "2.7.9-SNAPSHOT") { group("org.springframework.kafka") { modules = [ "spring-kafka", From 79c9d219269cdd75214409e7943c4cd3e681aa8a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 5 Nov 2021 10:44:30 +0100 Subject: [PATCH 12/12] Start building against Spring Batch 4.3.4 snapshots See gh-28250 --- 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 b24819e439..4851919ef4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1646,7 +1646,7 @@ bom { ] } } - library("Spring Batch", "4.3.3") { + library("Spring Batch", "4.3.4-SNAPSHOT") { group("org.springframework.batch") { modules = [ "spring-batch-core",