From 5b2971cf2c0e523099cf45cbc827e26c976f150b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 Feb 2023 14:52:18 +0000 Subject: [PATCH] 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 404d9e0af2..c6b94d659f 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"