From 50b3b73ca757dc8fb6c8a8e2b4cf8092d6975549 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 9 Aug 2021 14:22:25 +0200 Subject: [PATCH 01/11] Start building against Reactor 2020.0.10 snapshots See gh-27595 --- 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 b857e79f70..278ca17d54 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.9") { + library("Reactor Bom", "2020.0.10-SNAPSHOT") { group("io.projectreactor") { imports = [ "reactor-bom" From 1f2a5becf717d5d0c44d6a95034a2265947ebde1 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 9 Aug 2021 14:23:03 +0200 Subject: [PATCH 02/11] Start building against Micrometer 1.6.10 snapshots See gh-27596 --- 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 278ca17d54..34dd31047a 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.9") { + library("Micrometer", "1.6.10-SNAPSHOT") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" { From 7e3ad42fd3fb04b7ce39f3972b3a4facb3cd66a1 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 9 Aug 2021 14:23:32 +0200 Subject: [PATCH 03/11] Start building against Spring Security 5.4.8 snapshots See gh-27597 --- 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 34dd31047a..2cd5a7f65d 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.7") { + library("Spring Security", "5.4.8-SNAPSHOT") { group("org.springframework.security") { imports = [ "spring-security-bom" From e377a59f515ae1c7b3034081b257b1d42a073ada Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 9 Aug 2021 14:23:58 +0200 Subject: [PATCH 04/11] Start building against Spring Integration 5.4.10 snapshots See gh-27598 --- 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 2cd5a7f65d..cbbe9ce647 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 Integration", "5.4.9") { + library("Spring Integration", "5.4.10-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom" From a4bf49058298ca88b6a7915edcdb3c8d00bf25cd Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 9 Aug 2021 14:24:23 +0200 Subject: [PATCH 05/11] Start building against Spring Session 2020.0.6 snapshots See gh-27599 --- 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 cbbe9ce647..c28c48f71c 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.5") { + library("Spring Session Bom", "2020.0.6-SNAPSHOT") { group("org.springframework.session") { imports = [ "spring-session-bom" From d4b6fd2344352920958f7ce0a619c0a13994a8b3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 9 Aug 2021 15:16:06 +0200 Subject: [PATCH 06/11] Start building against Reactor 2020.0.10 snapshots See gh-27600 --- 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 693509dae1..d949196c15 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.9") { + library("Reactor Bom", "2020.0.10-SNAPSHOT") { group("io.projectreactor") { imports = [ "reactor-bom" From b09aea8ec13b1a5e9536c41bdad600dcd68b2d69 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 9 Aug 2021 15:16:32 +0200 Subject: [PATCH 07/11] Start building against Micrometer 1.7.3 snapshots See gh-27601 --- 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 d949196c15..93aba52833 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.2") { + library("Micrometer", "1.7.3-SNAPSHOT") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" { From 93f9c6054001097e77d3a8b8c317c9b51b644fee Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 9 Aug 2021 15:16:54 +0200 Subject: [PATCH 08/11] Start building against Spring Kafka 2.7.6 snapshots See gh-27602 --- 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 93aba52833..3acf9544f2 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.4") { + library("Spring Kafka", "2.7.6-SNAPSHOT") { group("org.springframework.kafka") { modules = [ "spring-kafka", From 53bdcc9586ade03c8757e0f7315ed3629289bca2 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 9 Aug 2021 15:17:20 +0200 Subject: [PATCH 09/11] Start building against Spring Security 5.5.2 snapshots See gh-27603 --- 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 3acf9544f2..fd0dbf4995 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.1") { + library("Spring Security", "5.5.2-SNAPSHOT") { group("org.springframework.security") { imports = [ "spring-security-bom" From a3044945084b23cd4788c7b106ec17298b62934a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 9 Aug 2021 15:17:50 +0200 Subject: [PATCH 10/11] Start building against Spring Integration 5.5.3 snapshots See gh-27604 --- 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 fd0dbf4995..8a86adeae5 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.2") { + library("Spring Integration", "5.5.3-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom" From 585eb00af6170e72b56fb0274eb4d0fb6819bac9 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 9 Aug 2021 15:18:16 +0200 Subject: [PATCH 11/11] Start building against Spring Session 2021.0.2 snapshots See gh-27605 --- 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 8a86adeae5..9c45ea12ba 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.1") { + library("Spring Session Bom", "2021.0.2-SNAPSHOT") { group("org.springframework.session") { imports = [ "spring-session-bom"