From dd802ba5e00435823bc010e53fba71218856be33 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 7 Oct 2021 09:03:57 +0200 Subject: [PATCH 1/9] Start building against Reactor 2020.0.12 snapshots See gh-28222 --- 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 e7923fb01c..2e0ed6cfe6 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.11") { + library("Reactor Bom", "2020.0.12-SNAPSHOT") { group("io.projectreactor") { imports = [ "reactor-bom" From 9f06a5fe215337047531a621fb1a1b5b9d2a2195 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 7 Oct 2021 09:04:28 +0200 Subject: [PATCH 2/9] Start building against Spring Framework 5.3.11 snapshots See gh-28223 --- 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 2e0ed6cfe6..d8da53ed7d 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.10") { + library("Spring Framework", "5.3.11-SNAPSHOT") { group("org.springframework") { imports = [ "spring-framework-bom" From 81da876964f28efcd4c4ff350387ff83cab5bc5c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 7 Oct 2021 09:05:09 +0200 Subject: [PATCH 3/9] Start building against Micrometer 1.6.12 snapshots See gh-28224 --- 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 d8da53ed7d..b1b0af7826 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1112,7 +1112,7 @@ bom { ] } } - library("Micrometer", "1.6.11") { + library("Micrometer", "1.6.12-SNAPSHOT") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" { From 6c801b9db9944edab26d22f5cc4ebf8da79cd2d4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 7 Oct 2021 09:05:35 +0200 Subject: [PATCH 4/9] Start building against Spring Data 2020.0.14 snapshots See gh-28225 --- 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 b1b0af7826..f6fd150951 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.13") { + library("Spring Data Bom", "2020.0.14-SNAPSHOT") { group("org.springframework.data") { imports = [ "spring-data-bom" From 3cf1888cef3d286974cf54350870c48cea583313 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 7 Oct 2021 09:06:00 +0200 Subject: [PATCH 5/9] Start building against Spring AMQP 2.3.11 snapshots See gh-28226 --- 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 f6fd150951..82650e7b25 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1544,7 +1544,7 @@ bom { ] } } - library("Spring AMQP", "2.3.10") { + library("Spring AMQP", "2.3.11-SNAPSHOT") { group("org.springframework.amqp") { modules = [ "spring-amqp", From f8d6d7641029b629577bb9649a02513b390e2cd2 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 7 Oct 2021 09:06:24 +0200 Subject: [PATCH 6/9] Start building against Spring Kafka 2.6.11 snapshots See gh-28227 --- 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 82650e7b25..204e9610a2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1592,7 +1592,7 @@ bom { ] } } - library("Spring Kafka", "2.6.10") { + library("Spring Kafka", "2.6.11-SNAPSHOT") { group("org.springframework.kafka") { modules = [ "spring-kafka", From 41eded4b8b604257536c938ced693e6d6763bb04 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 7 Oct 2021 09:06:54 +0200 Subject: [PATCH 7/9] Start building against Spring Security 5.4.9 snapshots See gh-28228 --- 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 204e9610a2..2a7efb5103 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1630,7 +1630,7 @@ bom { ] } } - library("Spring Security", "5.4.8") { + library("Spring Security", "5.4.9-SNAPSHOT") { group("org.springframework.security") { imports = [ "spring-security-bom" From 092d3fa81e48ea18fd3687bcd8bd1bcde7819751 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 7 Oct 2021 09:07:22 +0200 Subject: [PATCH 8/9] Start building against Spring Session 2020.0.7 snapshots See gh-28229 --- 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 2a7efb5103..b7c88c38bd 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1642,7 +1642,7 @@ bom { } } } - library("Spring Session Bom", "2020.0.6") { + library("Spring Session Bom", "2020.0.7-SNAPSHOT") { group("org.springframework.session") { imports = [ "spring-session-bom" From 33ffae8e74adf1bee0fe98b7333dc6d0ff030564 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 7 Oct 2021 09:07:50 +0200 Subject: [PATCH 9/9] 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 b7c88c38bd..1ccd43d3a2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1554,7 +1554,7 @@ bom { ] } } - library("Spring Batch", "4.3.3") { + library("Spring Batch", "4.3.4-SNAPSHOT") { group("org.springframework.batch") { modules = [ "spring-batch-core",