From 50b3b73ca757dc8fb6c8a8e2b4cf8092d6975549 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 9 Aug 2021 14:22:25 +0200 Subject: [PATCH 1/5] 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 2/5] 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 3/5] 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 4/5] 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 5/5] 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"