From 950d8dfd38788d4e1889cf0d53d877bf54860acc Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 Mar 2023 14:54:35 +0000 Subject: [PATCH 01/10] Start building against Micrometer 1.10.5 snapshots See gh-34536 --- 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 a0cb110fc58..d87ff50c78b 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.4") { + library("Micrometer", "1.10.5-SNAPSHOT") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" { From b9f01075197821d292be58b5b6b0bf74329349e6 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 Mar 2023 14:54:40 +0000 Subject: [PATCH 02/10] Start building against Micrometer Tracing 1.0.3 snapshots See gh-34537 --- 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 d87ff50c78b..ad308db5162 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.2") { + library("Micrometer Tracing", "1.0.3-SNAPSHOT") { group("io.micrometer") { imports = [ "micrometer-tracing-bom" From 79add16af9c947ab6bddc26d62062e0ea2d3d2e6 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 Mar 2023 14:54:45 +0000 Subject: [PATCH 03/10] Start building against Reactor Bom 2022.0.5 snapshots See gh-34538 --- 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 ad308db5162..5f4e19e1e05 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.4") { + library("Reactor Bom", "2022.0.5-SNAPSHOT") { group("io.projectreactor") { imports = [ "reactor-bom" From 0aa0e098b53c98d9d7e1c27eee2d87f44d4db794 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 Mar 2023 14:54:50 +0000 Subject: [PATCH 04/10] Start building against Spring Data Bom 2022.0.4 snapshots See gh-34539 --- 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 5f4e19e1e05..ad897c95fc8 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.3") { + library("Spring Data Bom", "2022.0.4-SNAPSHOT") { group("org.springframework.data") { imports = [ "spring-data-bom" From 7e6d984c7f81e8625fc3b188bf83bc0e3af0ee0f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 Mar 2023 14:54:56 +0000 Subject: [PATCH 05/10] Start building against Spring Framework 6.0.7 snapshots See gh-34540 --- 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 ad897c95fc8..f53691031ce 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1355,7 +1355,7 @@ bom { ] } } - library("Spring Framework", "6.0.6") { + library("Spring Framework", "6.0.7-SNAPSHOT") { group("org.springframework") { imports = [ "spring-framework-bom" From 30b6203748f769c57ebdc2ab62f5509a7d651a8f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 Mar 2023 14:55:00 +0000 Subject: [PATCH 06/10] Start building against Spring GraphQL 1.1.3 snapshots See gh-34541 --- 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 f53691031ce..26f105f7cc5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1362,7 +1362,7 @@ bom { ] } } - library("Spring GraphQL", "1.1.2") { + library("Spring GraphQL", "1.1.3-SNAPSHOT") { group("org.springframework.graphql") { modules = [ "spring-graphql", From bd259953b6c995e65855538e398aad40c5327206 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 Mar 2023 14:55:06 +0000 Subject: [PATCH 07/10] Start building against Spring Integration 6.0.4 snapshots See gh-34542 --- 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 26f105f7cc5..837e1308898 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1377,7 +1377,7 @@ bom { ] } } - library("Spring Integration", "6.0.3") { + library("Spring Integration", "6.0.4-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom" From cf22fcd0d11713df6373b6e4e5fbbf2e5740baa9 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 Mar 2023 14:55:12 +0000 Subject: [PATCH 08/10] Start building against Spring Kafka 3.0.5 snapshots See gh-34543 --- 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 837e1308898..726150ee4a9 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.4") { + library("Spring Kafka", "3.0.5-SNAPSHOT") { group("org.springframework.kafka") { modules = [ "spring-kafka", From d7d89c2d7e60d76db6e2fdc3a6b1c88558f9ad96 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 Mar 2023 14:55:16 +0000 Subject: [PATCH 09/10] Start building against Spring Retry 2.0.1 snapshots See gh-34544 --- 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 726150ee4a9..ac2c0495fc7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1409,7 +1409,7 @@ bom { ] } } - library("Spring Retry", "2.0.0") { + library("Spring Retry", "2.0.1-SNAPSHOT") { group("org.springframework.retry") { modules = [ "spring-retry" From 367ec46d344986ce45f1e47390ea7d331c511cf6 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 Mar 2023 14:55:22 +0000 Subject: [PATCH 10/10] Start building against Spring Session 3.0.1 snapshots See gh-34545 --- 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 ac2c0495fc7..05aa227a97b 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.0") { + library("Spring Session", "3.0.1-SNAPSHOT") { prohibit { startsWith(["Apple-", "Bean-", "Corn-", "Dragonfruit-"]) because "Spring Session switched to numeric version numbers"