From 8499b886f968567add0c69234cf8a5bbc3a6ae82 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 22 Feb 2023 20:59:01 +0000 Subject: [PATCH] Upgrade to Spring Batch 4.3.8 Closes 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 c6831a69d6..c200fa5b09 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.8-SNAPSHOT") { + library("Spring Batch", "4.3.8") { prohibit { versionRange "[5.0.0-M1,)" because "it uses Spring Framework 6"