From cc93a0a30e8880f6b97303342a6474caa731d879 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 18 May 2022 17:38:09 +0100 Subject: [PATCH] Upgrade to Spring Batch 4.3.6 Closes gh-31020 --- 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 610db68f5d98..1b14e2dffaa3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1671,7 +1671,7 @@ bom { ] } } - library("Spring Batch", "4.3.6-SNAPSHOT") { + library("Spring Batch", "4.3.6") { prohibit("[5.0.0-M1,)") { because "it uses Spring Framework 6" }