From 3e43c664c97e8f4ec9c4685d7b67f2b4bc58fa2d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 Feb 2023 14:52:07 +0000 Subject: [PATCH 1/5] Start building against Micrometer 1.9.8 snapshots See gh-34141 --- 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 2bfd1463993..3c72c80cf66 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.7") { + library("Micrometer", "1.9.8-SNAPSHOT") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" { From 0a23cca0188e4096bf7823921cac376a80dd3ed6 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 Feb 2023 14:52:13 +0000 Subject: [PATCH 2/5] Start building against Reactor Bom 2020.0.28 snapshots See gh-34142 --- 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 3c72c80cf66..404d9e0af21 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.27") { + library("Reactor Bom", "2020.0.28-SNAPSHOT") { group("io.projectreactor") { imports = [ "reactor-bom" From 5b2971cf2c0e523099cf45cbc827e26c976f150b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 Feb 2023 14:52:18 +0000 Subject: [PATCH 3/5] Start building against Spring Batch 4.3.8 snapshots See gh-34143 --- 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 404d9e0af21..c6b94d659fa 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1725,7 +1725,7 @@ bom { ] } } - library("Spring Batch", "4.3.7") { + library("Spring Batch", "4.3.8-SNAPSHOT") { prohibit { versionRange "[5.0.0-M1,)" because "it uses Spring Framework 6" From d7f25713758e0cd87c9ac8c8b6be2d3c4491636a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 Feb 2023 14:52:24 +0000 Subject: [PATCH 4/5] Start building against Spring Data Bom 2021.2.8 snapshots See gh-34144 --- 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 c6b94d659fa..34b47952bfa 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 Data Bom", "2021.2.7") { + library("Spring Data Bom", "2021.2.8-SNAPSHOT") { prohibit { versionRange "[2022.0.0-M1,)" because "it uses Spring Framework 6" From 63c53cb803b8267ec84bf18faf94dd427a514465 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 Feb 2023 14:52:29 +0000 Subject: [PATCH 5/5] Start building against Spring Security 5.7.7 snapshots See gh-34145 --- 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 34b47952bfa..a48b22f08f5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1832,7 +1832,7 @@ bom { ] } } - library("Spring Security", "5.7.6") { + library("Spring Security", "5.7.7-SNAPSHOT") { prohibit { versionRange "[6.0.0-M1,)" because "it uses Spring Framework 6"