From 5767e1fda1e0c629f0dc1fb53fa3a7fb7347ce18 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 11 Feb 2022 09:25:38 +0100 Subject: [PATCH 01/17] Start building against Reactor 2020.0.16 snapshots See gh-29707 --- 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 7627be5290..ed080d252f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1429,7 +1429,7 @@ bom { ] } } - library("Reactor Bom", "2020.0.15") { + library("Reactor Bom", "2020.0.16-SNAPSHOT") { group("io.projectreactor") { imports = [ "reactor-bom" From 0f630debb3edc1aba072f8da8e842923c4b03b97 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 11 Feb 2022 09:26:11 +0100 Subject: [PATCH 02/17] Start building against Micrometer 1.7.9 snapshots See gh-29708 --- 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 ed080d252f..f8a033a724 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1213,7 +1213,7 @@ bom { ] } } - library("Micrometer", "1.7.8") { + library("Micrometer", "1.7.9-SNAPSHOT") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" { From d15149c1a3abff5f905dfb5d2c78fc424b7e5b5f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 11 Feb 2022 09:26:35 +0100 Subject: [PATCH 03/17] Start building against Spring Framework 5.3.16 snapshots See gh-29709 --- 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 f8a033a724..070c663d52 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1669,7 +1669,7 @@ bom { ] } } - library("Spring Framework", "5.3.15") { + library("Spring Framework", "5.3.16-SNAPSHOT") { group("org.springframework") { imports = [ "spring-framework-bom" From 29d502da5bbe2cbd72d7699fabc6c71e4eb307f6 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 11 Feb 2022 09:27:05 +0100 Subject: [PATCH 04/17] Start building against Spring LDAP 2.3.6 snapshots See gh-29710 --- 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 070c663d52..8028b6f75a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1698,7 +1698,7 @@ bom { ] } } - library("Spring LDAP", "2.3.5.RELEASE") { + library("Spring LDAP", "2.3.6.BUILD-SNAPSHOT") { group("org.springframework.ldap") { modules = [ "spring-ldap-core", From cd94b27f2da6d053efa50ad076547430f8513591 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 11 Feb 2022 09:27:28 +0100 Subject: [PATCH 05/17] Start building against Spring Data 2021.0.9 snapshots See gh-29711 --- 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 8028b6f75a..2e7a3205f4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1662,7 +1662,7 @@ bom { ] } } - library("Spring Data Bom", "2021.0.8") { + library("Spring Data Bom", "2021.0.9-SNAPSHOT") { group("org.springframework.data") { imports = [ "spring-data-bom" From b892bb44150e4bf95008c592845192e5c3739498 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 11 Feb 2022 09:27:52 +0100 Subject: [PATCH 06/17] Start building against Spring Kafka 2.7.11 snapshots See gh-29712 --- 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 2e7a3205f4..d6e9c664d8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1690,7 +1690,7 @@ bom { ] } } - library("Spring Kafka", "2.7.10") { + library("Spring Kafka", "2.7.11-SNAPSHOT") { group("org.springframework.kafka") { modules = [ "spring-kafka", From 3c3ebafa31dd52f7524993edcb903c3827f63d44 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 11 Feb 2022 09:28:17 +0100 Subject: [PATCH 07/17] Start building against Spring Security 5.5.5 snapshots See gh-29713 --- 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 d6e9c664d8..6faceca85a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1728,7 +1728,7 @@ bom { ] } } - library("Spring Security", "5.5.4") { + library("Spring Security", "5.5.5-SNAPSHOT") { group("org.springframework.security") { imports = [ "spring-security-bom" From 7afd33589f2d35423049169e4c6e584b7cb1afe5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 11 Feb 2022 09:28:41 +0100 Subject: [PATCH 08/17] Start building against Spring Batch 4.3.5 snapshots See gh-29714 --- 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 6faceca85a..aaa7636fcb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1652,7 +1652,7 @@ bom { ] } } - library("Spring Batch", "4.3.4") { + library("Spring Batch", "4.3.5-SNAPSHOT") { group("org.springframework.batch") { modules = [ "spring-batch-core", From e242dc5ce834948621571581e0575235d4c1f8cd Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 11 Feb 2022 09:29:06 +0100 Subject: [PATCH 09/17] Start building against Spring Session 2021.0.5 snapshots See gh-29715 --- 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 aaa7636fcb..e442c62881 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1740,7 +1740,7 @@ bom { } } } - library("Spring Session Bom", "2021.0.4") { + library("Spring Session Bom", "2021.0.5-SNAPSHOT") { group("org.springframework.session") { imports = [ "spring-session-bom" From 0297437fc5cd6d8c3a4f312fb26f365c5a845edd Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 11 Feb 2022 09:33:13 +0100 Subject: [PATCH 10/17] Start building against Reactor 2020.0.16 snapshots See gh-29717 --- 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 6a1145f4ad..bce89c9cf1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1404,7 +1404,7 @@ bom { ] } } - library("Reactor Bom", "2020.0.15") { + library("Reactor Bom", "2020.0.16-SNAPSHOT") { group("io.projectreactor") { imports = [ "reactor-bom" From cebba5a6d0ab7b185e1861747bd6c48cdb418af6 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 11 Feb 2022 09:34:14 +0100 Subject: [PATCH 11/17] Start building against Micrometer 1.8.3 snapshots See gh-29718 --- 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 bce89c9cf1..f1d662026f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1225,7 +1225,7 @@ bom { ] } } - library("Micrometer", "1.8.2") { + library("Micrometer", "1.8.3-SNAPSHOT") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" { From f6cf1987672b3fc748934379bb006a55ccbbbe2e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 11 Feb 2022 09:34:35 +0100 Subject: [PATCH 12/17] Start building against Spring Framework 5.3.16 snapshots See gh-29719 --- 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 f1d662026f..a2ff0ec015 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1648,7 +1648,7 @@ bom { ] } } - library("Spring Framework", "5.3.15") { + library("Spring Framework", "5.3.16-SNAPSHOT") { group("org.springframework") { imports = [ "spring-framework-bom" From 2b87d8364db5bb8384d598b92b9a16f0293f1773 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 11 Feb 2022 09:35:01 +0100 Subject: [PATCH 13/17] Start building against Spring LDAP 2.3.6 snapshots See gh-29720 --- 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 a2ff0ec015..0bbe6029fc 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 LDAP", "2.3.5.RELEASE") { + library("Spring LDAP", "2.3.6.BUILD-SNAPSHOT") { group("org.springframework.ldap") { modules = [ "spring-ldap-core", From 1ce07cfe2b06de278840d3f7b6d85dead11a3992 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 11 Feb 2022 09:35:25 +0100 Subject: [PATCH 14/17] Start building against Spring Data 2021.1.2 snapshots See gh-29721 --- 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 0bbe6029fc..bf39a2cfc1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1641,7 +1641,7 @@ bom { ] } } - library("Spring Data Bom", "2021.1.1") { + library("Spring Data Bom", "2021.1.2-SNAPSHOT") { group("org.springframework.data") { imports = [ "spring-data-bom" From 56ed5fb68c77ef38a0ed07dff71acbe219ba5b95 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 11 Feb 2022 09:36:24 +0100 Subject: [PATCH 15/17] Start building against Spring Security 5.6.2 See gh-29723 --- 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 bf39a2cfc1..c0e40dd1a5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1707,7 +1707,7 @@ bom { ] } } - library("Spring Security", "5.6.1") { + library("Spring Security", "5.6.2-SNAPSHOT") { group("org.springframework.security") { imports = [ "spring-security-bom" From 9006fdec506942c9e8dc7ce34a4f20ce97018c55 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 11 Feb 2022 09:36:47 +0100 Subject: [PATCH 16/17] Start building against Spring Batch 4.3.5 snapshots See gh-29724 --- 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 c0e40dd1a5..0ad38f05bb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1631,7 +1631,7 @@ bom { ] } } - library("Spring Batch", "4.3.4") { + library("Spring Batch", "4.3.5-SNAPSHOT") { group("org.springframework.batch") { modules = [ "spring-batch-core", From d8454f87585aff0e621d7ddf5f55f21c896ea9ba Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 11 Feb 2022 09:37:10 +0100 Subject: [PATCH 17/17] Start building against Spring Session 2021.1.2 snapshots See gh-29725 --- 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 0ad38f05bb..cb98fe496e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1714,7 +1714,7 @@ bom { ] } } - library("Spring Session Bom", "2021.1.1") { + library("Spring Session Bom", "2021.1.2-SNAPSHOT") { group("org.springframework.session") { imports = [ "spring-session-bom"