From 24ada6f240b0d185681dcf06642bd5eed34d139f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 8 Oct 2021 07:44:35 +0200 Subject: [PATCH 01/11] Start building against Reactor 2020.0.12 snapshots See gh-28240 --- 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 2edd582ba2..43b55df0e0 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.11") { + library("Reactor Bom", "2020.0.12-SNAPSHOT") { group("io.projectreactor") { imports = [ "reactor-bom" From 737cea0d7363694532112a6c72e31ed146433d17 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 8 Oct 2021 07:45:15 +0200 Subject: [PATCH 02/11] Start building against Spring Framework 5.3.11 snapshots See gh-28241 --- 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 43b55df0e0..fff4028dd9 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.10") { + library("Spring Framework", "5.3.11-SNAPSHOT") { group("org.springframework") { imports = [ "spring-framework-bom" From 69e7fe1c57b9db9bdd3dde73438e46d502195f5b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 8 Oct 2021 07:46:04 +0200 Subject: [PATCH 03/11] Start building against Micrometer 1.7.5 snapshots See gh-28242 --- 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 fff4028dd9..a166e7120c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1200,7 +1200,7 @@ bom { ] } } - library("Micrometer", "1.7.4") { + library("Micrometer", "1.7.5-SNAPSHOT") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" { From 70b0fa4512004180d409b81ba0a3c01987d2147d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 8 Oct 2021 07:46:51 +0200 Subject: [PATCH 04/11] Start building against Spring HATEOAS 1.3.5 snapshots See gh-28243 --- 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 a166e7120c..acfa9426ca 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.4") { + library("Spring HATEOAS", "1.3.5-SNAPSHOT") { group("org.springframework.hateoas") { modules = [ "spring-hateoas" From bbdb74bff08008b044356acdbd0907bf378f6624 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 8 Oct 2021 07:47:37 +0200 Subject: [PATCH 05/11] Start building against Spring Data 2021.0.6 snapshots See gh-28244 --- 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 acfa9426ca..f6e339ae22 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.5") { + library("Spring Data Bom", "2021.0.6-SNAPSHOT") { group("org.springframework.data") { imports = [ "spring-data-bom" From 123e93f1d5379905373d0bd37f25c1f12408dbee Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 8 Oct 2021 07:48:38 +0200 Subject: [PATCH 06/11] Start building against Spring AMQP 2.3.11 snapshots See gh-28245 --- 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 f6e339ae22..bc25114f34 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1629,7 +1629,7 @@ bom { ] } } - library("Spring AMQP", "2.3.10") { + library("Spring AMQP", "2.3.11-SNAPSHOT") { group("org.springframework.amqp") { modules = [ "spring-amqp", From 5396a980c318eef8c087e39bf9564efc000333bb Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 8 Oct 2021 07:49:29 +0200 Subject: [PATCH 07/11] Start building against Spring Kafka 2.7.8 snapshots See gh-28246 --- 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 bc25114f34..6e3d44e1e2 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.7") { + library("Spring Kafka", "2.7.8-SNAPSHOT") { group("org.springframework.kafka") { modules = [ "spring-kafka", From a9513ccf072aaba3237afb0569891ab3df7ad01f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 8 Oct 2021 07:50:21 +0200 Subject: [PATCH 08/11] Start building against Spring Security 5.5.3 snapshots See gh-28247 --- 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 6e3d44e1e2..ebc34df28d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1715,7 +1715,7 @@ bom { ] } } - library("Spring Security", "5.5.2") { + library("Spring Security", "5.5.3-SNAPSHOT") { group("org.springframework.security") { imports = [ "spring-security-bom" From b0aa1cdb0091b12e0a02f1e992e89dcc979be1d3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 8 Oct 2021 07:51:10 +0200 Subject: [PATCH 09/11] Start building against Spring Session 2021.0.3 snapshots See gh-28248 --- 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 ebc34df28d..ef725815dc 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1727,7 +1727,7 @@ bom { } } } - library("Spring Session Bom", "2021.0.2") { + library("Spring Session Bom", "2021.0.3-SNAPSHOT") { group("org.springframework.session") { imports = [ "spring-session-bom" From 98bc8e711d0967b846f9b48e16920c38ad9bcdb5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 8 Oct 2021 07:52:12 +0200 Subject: [PATCH 10/11] Start building against Spring Integration 5.5.5 snapshots See gh-28249 --- 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 ef725815dc..0d5b1984fd 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.4") { + library("Spring Integration", "5.5.5-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom" From c0605ffc71f0086a7529eb117cdd587f9136e401 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 8 Oct 2021 07:52:56 +0200 Subject: [PATCH 11/11] 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 0d5b1984fd..842f7444e3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1639,7 +1639,7 @@ bom { ] } } - library("Spring Batch", "4.3.3") { + library("Spring Batch", "4.3.4-SNAPSHOT") { group("org.springframework.batch") { modules = [ "spring-batch-core",