From ca830240fa7006d351e31a61fcf6a6644575935a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 22 Sep 2022 09:35:29 +0200 Subject: [PATCH] Upgrade to Spring Batch 4.3.7 Closes gh-32278 --- 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 89c5ff4c92fc..6ef51645e4de 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1661,7 +1661,7 @@ bom { ] } } - library("Spring Batch", "4.3.7-SNAPSHOT") { + library("Spring Batch", "4.3.7") { prohibit("[5.0.0-M1,)") { because "it uses Spring Framework 6" }