From 7af3bd54a1d23429fa812ce6e1e6801e8a2157cd Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 10 Dec 2021 06:50:21 +0100 Subject: [PATCH 01/14] 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 067eb2cc8b0..f58519e5fbf 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 02/14] 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 f58519e5fbf..e9367560799 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 03/14] 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 e9367560799..3bad2571950 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 04/14] 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 3bad2571950..91c49583b14 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 05/14] 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 91c49583b14..6be90cb52ff 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 06/14] 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 6be90cb52ff..bd7da4666cc 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 07/14] 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 bd7da4666cc..6758ca38f49 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" From ec453acf7f793da12d1fc1b8b7321837a49a56d9 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 10 Dec 2021 08:16:21 +0100 Subject: [PATCH 08/14] Start building against Reactor 2020.0.14 snapshots See gh-28969 --- 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 b5ff022b564..3dbb3d9e3b7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1407,7 +1407,7 @@ bom { ] } } - library("Reactor Bom", "2020.0.13") { + library("Reactor Bom", "2020.0.14-SNAPSHOT") { group("io.projectreactor") { imports = [ "reactor-bom" From 84ba9e2a8fbf1a7ae8433649c62277f2a35bb925 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 10 Dec 2021 08:16:47 +0100 Subject: [PATCH 09/14] Start building against Spring Framework 5.3.14 snapshots See gh-28970 --- 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 3dbb3d9e3b7..c577f4e4e11 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1651,7 +1651,7 @@ bom { ] } } - library("Spring Framework", "5.3.13") { + library("Spring Framework", "5.3.14-SNAPSHOT") { group("org.springframework") { imports = [ "spring-framework-bom" From d471397f47804a23c71281fd1d54c1eae8941b10 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 10 Dec 2021 08:17:17 +0100 Subject: [PATCH 10/14] Upgrade to Micrometer 1.8.1 Closes gh-28971 --- 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 c577f4e4e11..2a01cf4d015 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1228,7 +1228,7 @@ bom { ] } } - library("Micrometer", "1.8.0") { + library("Micrometer", "1.8.1") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" { From 9dc2450cd7c9bdb34bfbcde629927bc7c5683a9c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 10 Dec 2021 08:17:55 +0100 Subject: [PATCH 11/14] Start building against Spring LDAP 2.3.5 snapshots See gh-28972 --- 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 2a01cf4d015..22f099e0a96 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1680,7 +1680,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 8792f1a792bd35d189fa18aa5ed4c007415043d8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 10 Dec 2021 08:18:26 +0100 Subject: [PATCH 12/14] Start building against Spring Security 5.6.1 snapshots See gh-28973 --- 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 22f099e0a96..c5cf61f5909 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1710,7 +1710,7 @@ bom { ] } } - library("Spring Security", "5.6.0") { + library("Spring Security", "5.6.1-SNAPSHOT") { group("org.springframework.security") { imports = [ "spring-security-bom" From 018481e381a0a3380658835d47790fc1b3d1927a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 10 Dec 2021 08:18:55 +0100 Subject: [PATCH 13/14] Start building against Spring Session 2021.1.1 snapshots See gh-28974 --- 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 c5cf61f5909..b6aa6242325 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1717,7 +1717,7 @@ bom { ] } } - library("Spring Session Bom", "2021.1.0") { + library("Spring Session Bom", "2021.1.1-SNAPSHOT") { group("org.springframework.session") { imports = [ "spring-session-bom" From c7b606d8b6e263782d7a1086a673ede17502a377 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 10 Dec 2021 08:19:23 +0100 Subject: [PATCH 14/14] Start building against Spring Integration 5.5.7 snapshots See gh-28975 --- 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 b6aa6242325..ae175268ad9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1665,7 +1665,7 @@ bom { ] } } - library("Spring Integration", "5.5.6") { + library("Spring Integration", "5.5.7-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom"