From 8d2af7ea93e5bc0c4f132b70706b14421b5778e0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 7 Oct 2022 09:04:08 +0200 Subject: [PATCH 01/12] Start building against Reactor 2020.0.24 snapshots See gh-32587 --- 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 4aaad164c2e..739d5949ee8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1460,7 +1460,7 @@ bom { ] } } - library("Reactor Bom", "2020.0.23") { + library("Reactor Bom", "2020.0.24-SNAPSHOT") { group("io.projectreactor") { imports = [ "reactor-bom" From 556543043e0a2439658bd81afaa0d514e1d1733f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 7 Oct 2022 09:04:34 +0200 Subject: [PATCH 02/12] Start building against Micrometer 1.8.11 snapshots See gh-32586 --- 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 739d5949ee8..9afade8970f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1253,7 +1253,7 @@ bom { ] } } - library("Micrometer", "1.8.10") { + library("Micrometer", "1.8.11-SNAPSHOT") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" { From 9b002e1c053e51e298d8b166be78c4bba8ddfdab Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 7 Oct 2022 09:05:57 +0200 Subject: [PATCH 03/12] Start building against Spring Retry 1.3.4 snapshots See gh-32593 --- 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 9afade8970f..d23ad37d8c4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1760,7 +1760,7 @@ bom { ] } } - library("Spring Retry", "1.3.3") { + library("Spring Retry", "1.3.4-SNAPSHOT") { group("org.springframework.retry") { modules = [ "spring-retry" From 2b2f23ef9ccb7b2c8700d6771eaea65b9e546714 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 7 Oct 2022 09:05:00 +0200 Subject: [PATCH 04/12] Start building against Spring Data 2021.1.8 snapshots See gh-32588 --- 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 d23ad37d8c4..1f556d6e6f7 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 Data Bom", "2021.1.7") { + library("Spring Data Bom", "2021.1.8-SNAPSHOT") { group("org.springframework.data") { imports = [ "spring-data-bom" From 525b724adc9cd8d07c98cad771056791e9bb996a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 7 Oct 2022 09:05:27 +0200 Subject: [PATCH 05/12] Start building against Spring Kafka 2.8.10 snapshots See gh-32589 --- 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 1f556d6e6f7..52d6e0a375c 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 Kafka", "2.8.9") { + library("Spring Kafka", "2.8.10-SNAPSHOT") { group("org.springframework.kafka") { modules = [ "spring-kafka", From 86176e8f4bad62deb764d30d8d29578d824c9f68 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 7 Oct 2022 09:06:22 +0200 Subject: [PATCH 06/12] Start building against Spring Security 5.6.8 snapshots See gh-32590 --- 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 52d6e0a375c..df548783f0a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1767,7 +1767,7 @@ bom { ] } } - library("Spring Security", "5.6.7") { + library("Spring Security", "5.6.8-SNAPSHOT") { group("org.springframework.security") { imports = [ "spring-security-bom" From 593f2ca7feb0c2cd15a9d2dfe842e5c9138d3e1e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 7 Oct 2022 09:45:47 +0200 Subject: [PATCH 07/12] Start building against Reactor 2020.0.24 snapshots See gh-32592 --- 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 6ef51645e4d..c6feea43697 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1435,7 +1435,7 @@ bom { ] } } - library("Reactor Bom", "2020.0.23") { + library("Reactor Bom", "2020.0.24-SNAPSHOT") { group("io.projectreactor") { imports = [ "reactor-bom" From edd907eb9d2c6f9b506bb568ad4fb63f70d8ae2d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 7 Oct 2022 09:46:22 +0200 Subject: [PATCH 08/12] Start building against Micrometer 1.9.5 snapshots See gh-32591 --- 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 c6feea43697..1815f981661 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1284,7 +1284,7 @@ bom { ] } } - library("Micrometer", "1.9.4") { + library("Micrometer", "1.9.5-SNAPSHOT") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" { From 1db0e998a69829d9b810f4476aa0accd0c0c2d9a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 7 Oct 2022 09:46:49 +0200 Subject: [PATCH 09/12] Start building against Spring Retry 1.3.4 snapshots See gh-32594 --- 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 1815f981661..37f8a5b17e9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1761,7 +1761,7 @@ bom { ] } } - library("Spring Retry", "1.3.3") { + library("Spring Retry", "1.3.4-SNAPSHOT") { group("org.springframework.retry") { modules = [ "spring-retry" From 4803f289feeab3451e9f58adf1219684a85d8e05 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 7 Oct 2022 09:47:12 +0200 Subject: [PATCH 10/12] Start building against Spring Data 2021.2.4 snapshots See gh-32595 --- 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 37f8a5b17e9..1ad33596e48 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1674,7 +1674,7 @@ bom { ] } } - library("Spring Data Bom", "2021.2.3") { + library("Spring Data Bom", "2021.2.4-SNAPSHOT") { prohibit("[2022.0.0-M1,)") { because "it uses Spring Framework 6" } From 1de704b8649f5ad90bffdd76d2aaa8d0319d06e4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 7 Oct 2022 09:47:40 +0200 Subject: [PATCH 11/12] Start building against Spring Kafka 2.9.2 snapshots See gh-32596 --- 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 1ad33596e48..02f5181bd2e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1722,7 +1722,7 @@ bom { ] } } - library("Spring Kafka", "2.8.9") { + library("Spring Kafka", "2.8.10-SNAPSHOT") { prohibit("[3.0.0-M1,)") { because "it uses Spring Framework 6" } From 627725b10ffcca0554bab382aa29584bb7d51c35 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 7 Oct 2022 09:48:08 +0200 Subject: [PATCH 12/12] Start building against Spring Security 5.7.4 snapshots See gh-32597 --- 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 02f5181bd2e..c012f72cdb4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1768,7 +1768,7 @@ bom { ] } } - library("Spring Security", "5.7.3") { + library("Spring Security", "5.7.4-SNAPSHOT") { prohibit("[6.0.0-M1,)") { because "it uses Spring Framework 6" }