From 7af3bd54a1d23429fa812ce6e1e6801e8a2157cd Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 10 Dec 2021 06:50:21 +0100 Subject: [PATCH 1/7] Start building against Reactor 2020.0.14 snapshots See gh-28960 --- 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 067eb2cc8b..f58519e5fb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1432,7 +1432,7 @@ bom { ] } } - library("Reactor Bom", "2020.0.13") { + library("Reactor Bom", "2020.0.14-SNAPSHOT") { group("io.projectreactor") { imports = [ "reactor-bom" From 4a35c7111fcd69ce67dd37652150d5b507c02fcb Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 10 Dec 2021 06:50:52 +0100 Subject: [PATCH 2/7] Start building against Spring Framework 5.3.14 snapshots See gh-28961 --- 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 f58519e5fb..e936756079 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1672,7 +1672,7 @@ bom { ] } } - library("Spring Framework", "5.3.13") { + library("Spring Framework", "5.3.14-SNAPSHOT") { group("org.springframework") { imports = [ "spring-framework-bom" From 33ce2ab73bddaa7034fa89f727ac9de8c802d1cb Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 10 Dec 2021 06:51:25 +0100 Subject: [PATCH 3/7] Upgrade to Micrometer 1.7.7 Closes gh-28962 --- 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 e936756079..3bad257195 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1216,7 +1216,7 @@ bom { ] } } - library("Micrometer", "1.7.6") { + library("Micrometer", "1.7.7") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" { From a3b31db31de75b753e086fd756568d452a011e6a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 10 Dec 2021 06:53:13 +0100 Subject: [PATCH 4/7] Start building against Spring LDAP 2.3.5 snapshots See gh-28963 --- 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 3bad257195..91c49583b1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1701,7 +1701,7 @@ bom { ] } } - library("Spring LDAP", "2.3.4.RELEASE") { + library("Spring LDAP", "2.3.5.BUILD-SNAPSHOT") { group("org.springframework.ldap") { modules = [ "spring-ldap-core", From 9894e90567825bdb2d9b6f20675036b827408fd3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 10 Dec 2021 06:53:38 +0100 Subject: [PATCH 5/7] Start building against Spring Security 5.5.4 snapshots See gh-28964 --- 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 91c49583b1..6be90cb52f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1731,7 +1731,7 @@ bom { ] } } - library("Spring Security", "5.5.3") { + library("Spring Security", "5.5.4-SNAPSHOT") { group("org.springframework.security") { imports = [ "spring-security-bom" From e53bac272cf0bc676e3cfb60bd35bd7268836407 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 10 Dec 2021 06:54:01 +0100 Subject: [PATCH 6/7] Start building against Spring Session 2021.0.4 snapshots See gh-28965 --- 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 6be90cb52f..bd7da4666c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1743,7 +1743,7 @@ bom { } } } - library("Spring Session Bom", "2021.0.3") { + library("Spring Session Bom", "2021.0.4-SNAPSHOT") { group("org.springframework.session") { imports = [ "spring-session-bom" From f1f43e8577e919696e14da8fc2a2b5a9ed83eb64 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 10 Dec 2021 06:54:25 +0100 Subject: [PATCH 7/7] Start building against Spring Integration 5.5.7 snapshots See gh-28966 --- 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 bd7da4666c..6758ca38f4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1686,7 +1686,7 @@ bom { ] } } - library("Spring Integration", "5.5.6") { + library("Spring Integration", "5.5.7-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom"