From 5d11ffbc11b9020b1a08b7752759c6e10252f416 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 9 Aug 2023 10:40:57 +0200 Subject: [PATCH 01/20] Start building against Micrometer 1.10.10 snapshots See gh-36829 --- 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 6894a20b30d..1bd4c8a5275 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -946,7 +946,7 @@ bom { ] } } - library("Micrometer", "1.10.9") { + library("Micrometer", "1.10.10-SNAPSHOT") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" { From f6b6b3b46021de5ac0f9243b66207a4ea68a9c5e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 9 Aug 2023 10:41:02 +0200 Subject: [PATCH 02/20] Start building against Micrometer Tracing 1.0.9 snapshots See gh-36830 --- 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 1bd4c8a5275..c9967df9e2f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -958,7 +958,7 @@ bom { ] } } - library("Micrometer Tracing", "1.0.8") { + library("Micrometer Tracing", "1.0.9-SNAPSHOT") { group("io.micrometer") { imports = [ "micrometer-tracing-bom" From c5a4e4e52aea0625b8a7a2ae6cfac0371ace4b9e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 9 Aug 2023 10:41:07 +0200 Subject: [PATCH 03/20] Start building against Reactor Bom 2022.0.10 snapshots See gh-36831 --- 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 c9967df9e2f..1c49fb87462 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1155,7 +1155,7 @@ bom { ] } } - library("Reactor Bom", "2022.0.9") { + library("Reactor Bom", "2022.0.10-SNAPSHOT") { group("io.projectreactor") { imports = [ "reactor-bom" From db41aae0e2cbeda67b7de9e470d5254d87824bb4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 9 Aug 2023 10:41:11 +0200 Subject: [PATCH 04/20] Start building against Spring AMQP 3.0.8 snapshots See gh-36832 --- 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 1c49fb87462..5c0c590d410 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1334,7 +1334,7 @@ bom { ] } } - library("Spring AMQP", "3.0.6") { + library("Spring AMQP", "3.0.8-SNAPSHOT") { group("org.springframework.amqp") { imports = [ "spring-amqp-bom" From d26b7ef793b50dd1ae8d7932d338f0ce6f0b3f83 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 9 Aug 2023 10:41:16 +0200 Subject: [PATCH 05/20] Start building against Spring Batch 5.0.3 snapshots See gh-36833 --- 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 5c0c590d410..405d5be16ce 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1341,7 +1341,7 @@ bom { ] } } - library("Spring Batch", "5.0.2") { + library("Spring Batch", "5.0.3-SNAPSHOT") { group("org.springframework.batch") { imports = [ "spring-batch-bom" From 740e8c0b85113281d9cb3059cbb673b8de70127f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 9 Aug 2023 10:41:21 +0200 Subject: [PATCH 06/20] Start building against Spring Data Bom 2022.0.9 snapshots See gh-36834 --- 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 405d5be16ce..e95ef764e99 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1348,7 +1348,7 @@ bom { ] } } - library("Spring Data Bom", "2022.0.8") { + library("Spring Data Bom", "2022.0.9-SNAPSHOT") { group("org.springframework.data") { imports = [ "spring-data-bom" From 7fac959b90094f0cee2f72fd9b3447a4c9cad67d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 9 Aug 2023 10:41:25 +0200 Subject: [PATCH 07/20] Start building against Spring Kafka 3.0.10 snapshots See gh-36835 --- 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 e95ef764e99..9d75a721a46 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1384,7 +1384,7 @@ bom { ] } } - library("Spring Kafka", "3.0.9") { + library("Spring Kafka", "3.0.10-SNAPSHOT") { group("org.springframework.kafka") { modules = [ "spring-kafka", From aad34aee28bd9cd3289c312405c5ef14d368e26a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 9 Aug 2023 10:41:30 +0200 Subject: [PATCH 08/20] Start building against Spring LDAP 3.0.5 snapshots See gh-36836 --- 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 9d75a721a46..e61d3a08cc8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1392,7 +1392,7 @@ bom { ] } } - library("Spring LDAP", "3.0.4") { + library("Spring LDAP", "3.0.5-SNAPSHOT") { group("org.springframework.ldap") { modules = [ "spring-ldap-core", From 52fb6688b2161ca388443b383c5b6dfd13201f78 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 9 Aug 2023 10:41:35 +0200 Subject: [PATCH 09/20] Start building against Spring Security 6.0.6 snapshots See gh-36837 --- 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 e61d3a08cc8..05ebd155739 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("Spring Security", "6.0.5") { + library("Spring Security", "6.0.6-SNAPSHOT") { group("org.springframework.security") { imports = [ "spring-security-bom" From 9a56025b43880d646fb3363a2a6827cc3c54c505 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 9 Aug 2023 10:41:39 +0200 Subject: [PATCH 10/20] Start building against Spring Session 3.0.3 snapshots See gh-36838 --- 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 05ebd155739..d395198d267 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1423,7 +1423,7 @@ bom { ] } } - library("Spring Session", "3.0.2") { + library("Spring Session", "3.0.3-SNAPSHOT") { prohibit { startsWith(["Apple-", "Bean-", "Corn-", "Dragonfruit-"]) because "Spring Session switched to numeric version numbers" From 6bdc510fc613891f22d06128c1b48014f685e936 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 9 Aug 2023 11:01:07 +0200 Subject: [PATCH 11/20] Start building against Spring AMQP 3.0.8 snapshots See gh-36842 --- .../spring-boot-dependencies/build.gradle | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index e4910ff051c..c54b67d0cec 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -972,7 +972,7 @@ bom { ] } } - library("Micrometer", "1.11.2") { + library("Micrometer", "1.11.3-SNAPSHOT") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" { @@ -984,7 +984,7 @@ bom { ] } } - library("Micrometer Tracing", "1.1.3") { + library("Micrometer Tracing", "1.1.4-SNAPSHOT") { group("io.micrometer") { imports = [ "micrometer-tracing-bom" @@ -1202,7 +1202,7 @@ bom { ] } } - library("Reactor Bom", "2022.0.9") { + library("Reactor Bom", "2022.0.10-SNAPSHOT") { group("io.projectreactor") { imports = [ "reactor-bom" @@ -1365,28 +1365,28 @@ bom { ] } } - library("Spring AMQP", "3.0.6") { + library("Spring AMQP", "3.0.8-SNAPSHOT") { group("org.springframework.amqp") { imports = [ "spring-amqp-bom" ] } } - library("Spring Authorization Server", "1.1.1") { + library("Spring Authorization Server", "1.1.2-SNAPSHOT") { group("org.springframework.security") { modules = [ "spring-security-oauth2-authorization-server" ] } } - library("Spring Batch", "5.0.2") { + library("Spring Batch", "5.0.3-SNAPSHOT") { group("org.springframework.batch") { imports = [ "spring-batch-bom" ] } } - library("Spring Data Bom", "2023.0.2") { + library("Spring Data Bom", "2023.0.3-SNAPSHOT") { group("org.springframework.data") { imports = [ "spring-data-bom" From b96c24878ac35b4eb0f33427b01ca9ca54d994d2 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 9 Aug 2023 11:01:17 +0200 Subject: [PATCH 12/20] Start building against Spring Kafka 3.0.10 snapshots See gh-36846 --- 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 c54b67d0cec..25e057d23c7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1422,7 +1422,7 @@ bom { ] } } - library("Spring Kafka", "3.0.9") { + library("Spring Kafka", "3.0.10-SNAPSHOT") { group("org.springframework.kafka") { modules = [ "spring-kafka", From 13dad8ab06bbf0a6ba59ca5692108161295daeb3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 9 Aug 2023 11:01:22 +0200 Subject: [PATCH 13/20] Start building against Spring LDAP 3.1.1 snapshots See gh-36847 --- 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 25e057d23c7..f6014a3ceac 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1430,7 +1430,7 @@ bom { ] } } - library("Spring LDAP", "3.1.0") { + library("Spring LDAP", "3.1.1-SNAPSHOT") { group("org.springframework.ldap") { modules = [ "spring-ldap-core", From ae418315ca627e7475065369f73249f332560b89 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 9 Aug 2023 11:01:26 +0200 Subject: [PATCH 14/20] Start building against Spring Security 6.1.3 snapshots See gh-36848 --- 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 f6014a3ceac..0ccd3926907 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1454,7 +1454,7 @@ bom { ] } } - library("Spring Security", "6.1.2") { + library("Spring Security", "6.1.3-SNAPSHOT") { group("org.springframework.security") { imports = [ "spring-security-bom" From 69c40bd6df3a1f73b9a992772e2db516b49ae26c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 9 Aug 2023 11:01:31 +0200 Subject: [PATCH 15/20] Start building against Spring Session 3.1.2 snapshots See gh-36849 --- 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 0ccd3926907..1295d535eb8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1461,7 +1461,7 @@ bom { ] } } - library("Spring Session", "3.1.1") { + library("Spring Session", "3.1.2-SNAPSHOT") { prohibit { startsWith(["Apple-", "Bean-", "Corn-", "Dragonfruit-"]) because "Spring Session switched to numeric version numbers" From 3db0352806a7f34039460de123bfcfeff6a726be Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 9 Aug 2023 10:26:12 +0200 Subject: [PATCH 16/20] Start building against Micrometer 1.9.14 snapshots See gh-36824 --- 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 ec8595b4c28..e3222858761 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1327,7 +1327,7 @@ bom { ] } } - library("Micrometer", "1.9.13") { + library("Micrometer", "1.9.14-SNAPSHOT") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" { From 8bec4526d3948ff1f9521374e2391ac90e8696d2 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 9 Aug 2023 10:26:17 +0200 Subject: [PATCH 17/20] Start building against Reactor Bom 2020.0.35 snapshots See gh-36825 --- 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 e3222858761..795336b8343 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1486,7 +1486,7 @@ bom { ] } } - library("Reactor Bom", "2020.0.34") { + library("Reactor Bom", "2020.0.35-SNAPSHOT") { group("io.projectreactor") { imports = [ "reactor-bom" From 9ae960ea7d6ce72b80c3f6ae6ca8359a42587078 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 9 Aug 2023 10:26:22 +0200 Subject: [PATCH 18/20] Start building against Spring AMQP 2.4.15 snapshots See gh-36826 --- 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 795336b8343..2c0badbf343 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 AMQP", "2.4.14") { + library("Spring AMQP", "2.4.15-SNAPSHOT") { prohibit { versionRange "[3.0.0-M1,)" because "it uses Spring Framework 6" From aa50b3f846874d93e4e4766421eee1710818c40c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 9 Aug 2023 10:26:27 +0200 Subject: [PATCH 19/20] Start building against Spring Batch 4.3.9 snapshots See gh-36827 --- 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 2c0badbf343..a2328df7a26 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1729,7 +1729,7 @@ bom { ] } } - library("Spring Batch", "4.3.8") { + library("Spring Batch", "4.3.9-SNAPSHOT") { prohibit { versionRange "[5.0.0-M1,)" because "it uses Spring Framework 6" From 59c667caeb91e9b2dea18c9d483f76298f2f2a60 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 9 Aug 2023 10:26:31 +0200 Subject: [PATCH 20/20] Start building against Spring Data Bom 2021.2.15 snapshots See gh-36828 --- 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 a2328df7a26..8ea5d98bee7 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 Data Bom", "2021.2.14") { + library("Spring Data Bom", "2021.2.15-SNAPSHOT") { prohibit { versionRange "[2022.0.0-M1,)" because "it uses Spring Framework 6"