From 36c5ddbd134793b2907e5658f6e27a6dbc2755d2 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 14 Nov 2022 08:54:58 +0100 Subject: [PATCH 01/14] Start building against Micrometer 1.8.12 snapshots See gh-33122 --- 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 1f0d995231..19279127c3 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.11") { + library("Micrometer", "1.8.12-SNAPSHOT") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" { From 89212aa3ba56e88ad9632a286e0f8cd2581f2332 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 14 Nov 2022 08:55:23 +0100 Subject: [PATCH 02/14] Start building against Reactor 2020.0.25 snapshots See gh-33123 --- 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 19279127c3..bdafa44916 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1467,7 +1467,7 @@ bom { ] } } - library("Reactor Bom", "2020.0.24") { + library("Reactor Bom", "2020.0.25-SNAPSHOT") { group("io.projectreactor") { imports = [ "reactor-bom" From 22e56d27a6ea943d6d74f972002f73d865a83984 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 14 Nov 2022 08:55:50 +0100 Subject: [PATCH 03/14] Start building against Spring Framework 5.3.24 snapshots See gh-33124 --- 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 bdafa44916..8b0bd559e2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1718,7 +1718,7 @@ bom { ] } } - library("Spring Framework", "5.3.23") { + library("Spring Framework", "5.3.24-SNAPSHOT") { group("org.springframework") { imports = [ "spring-framework-bom" From 4873671adac00e19448eb31cd704d7e0b78b7c28 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 14 Nov 2022 08:56:16 +0100 Subject: [PATCH 04/14] Start building against Spring Data 2021.1.10 snapshots See gh-33125 --- 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 8b0bd559e2..da8865f883 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1711,7 +1711,7 @@ bom { ] } } - library("Spring Data Bom", "2021.1.9") { + library("Spring Data Bom", "2021.1.10-SNAPSHOT") { group("org.springframework.data") { imports = [ "spring-data-bom" From 37ffaa3e120c3593d8207d0bcf87307f8a632d0f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 14 Nov 2022 08:56:41 +0100 Subject: [PATCH 05/14] Start building against Spring Kafka 2.8.11 snapshots See gh-33126 --- 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 da8865f883..0147c784c8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1739,7 +1739,7 @@ bom { ] } } - library("Spring Kafka", "2.8.10") { + library("Spring Kafka", "2.8.11-SNAPSHOT") { group("org.springframework.kafka") { modules = [ "spring-kafka", From 579daad219e7b3f33fc66887740a044d605dcb40 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 14 Nov 2022 08:57:06 +0100 Subject: [PATCH 06/14] Start building against Spring REST Docs 2.0.7 snapshots See gh-33127 --- 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 0147c784c8..c145521373 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1759,7 +1759,7 @@ bom { ] } } - library("Spring RESTDocs", "2.0.6.RELEASE") { + library("Spring RESTDocs", "2.0.7.BUILD-SNAPSHOT") { group("org.springframework.restdocs") { modules = [ "spring-restdocs-asciidoctor", From 2b4ceb35a29669d902821cca16838b19e0abb2da Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 14 Nov 2022 08:57:30 +0100 Subject: [PATCH 07/14] Start building against Spring Batch 4.3.8 snapshots See gh-33128 --- 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 c145521373..872c5bbe6f 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 Batch", "4.3.7") { + library("Spring Batch", "4.3.8-SNAPSHOT") { group("org.springframework.batch") { modules = [ "spring-batch-core", From dfbf0be6f93b3157fb7046d847a20104f8c8eb94 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 14 Nov 2022 09:17:56 +0100 Subject: [PATCH 08/14] Start building against Micrometer 1.9.6 snapshots See gh-33129 --- 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 ca3e998a4a..b80131d3f5 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.5") { + library("Micrometer", "1.9.6-SNAPSHOT") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" { From 9c289b70908bfb83d956d5d01e105ceefe8750d0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 14 Nov 2022 09:18:23 +0100 Subject: [PATCH 09/14] Start building against Reactor 2020.0.25 snapshots See gh-33130 --- 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 b80131d3f5..17606b91b1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1442,7 +1442,7 @@ bom { ] } } - library("Reactor Bom", "2020.0.24") { + library("Reactor Bom", "2020.0.25-SNAPSHOT") { group("io.projectreactor") { imports = [ "reactor-bom" From 2eb6cef0812ef230aab8e179909a38ac7a451e3a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 14 Nov 2022 09:18:58 +0100 Subject: [PATCH 10/14] Start building against Spring Framework 5.3.24 snapshots See gh-33131 --- 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 17606b91b1..8fd90e599d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1702,7 +1702,7 @@ bom { ] } } - library("Spring Framework", "5.3.23") { + library("Spring Framework", "5.3.24-SNAPSHOT") { prohibit("[6.0.0-M1,)") { because "we upgrade in Spring Boot 3.x" } From 6705d1b087ca7836cec3026402a1de507da96808 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 14 Nov 2022 09:19:26 +0100 Subject: [PATCH 11/14] Start building against Spring Data 2021.2.6 snapshots See gh-33132 --- 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 8fd90e599d..0ea79d9304 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1692,7 +1692,7 @@ bom { ] } } - library("Spring Data Bom", "2021.2.5") { + library("Spring Data Bom", "2021.2.6-SNAPSHOT") { prohibit("[2022.0.0-M1,)") { because "it uses Spring Framework 6" } From 2d9037859583478b265b0551cfaa6f9a5427063a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 14 Nov 2022 09:19:52 +0100 Subject: [PATCH 12/14] Start building against Spring Kafka 2.8.11 snapshots See gh-33133 --- 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 0ea79d9304..8818ca5471 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 Kafka", "2.8.10") { + library("Spring Kafka", "2.8.11-SNAPSHOT") { prohibit("[3.0.0-M1,)") { because "it uses Spring Framework 6" } From cf3a22b4955e30d125c5c7304f0eab8c125987fc Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 14 Nov 2022 09:20:21 +0100 Subject: [PATCH 13/14] Start building against Spring REST Docs 2.0.7 snapshots See gh-33134 --- 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 8818ca5471..ce5e711357 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1765,7 +1765,7 @@ bom { ] } } - library("Spring RESTDocs", "2.0.6.RELEASE") { + library("Spring RESTDocs", "2.0.7.BUILD-SNAPSHOT") { prohibit("[3.0.0-M1,)") { because "it uses Spring Framework 6" } From 41914ab15b5ac37655bbde5bfce9636521845e29 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 14 Nov 2022 09:20:52 +0100 Subject: [PATCH 14/14] Start building against Spring Batch 4.3.8 snapshots See gh-33135 --- 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 ce5e711357..00a873e532 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1679,7 +1679,7 @@ bom { ] } } - library("Spring Batch", "4.3.7") { + library("Spring Batch", "4.3.8-SNAPSHOT") { prohibit("[5.0.0-M1,)") { because "it uses Spring Framework 6" }