From dbaca5faacf9b5d4b06c2fdeeae6712fefb851be Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 May 2022 17:51:40 +0100 Subject: [PATCH] Start building against Spring Batch 4.3.6 snapshots See 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 aef150d68029..dd6551963893 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1677,7 +1677,7 @@ bom { ] } } - library("Spring Batch", "4.3.5") { + library("Spring Batch", "4.3.6-SNAPSHOT") { prohibit("[5.0.0-M1,)") { because "it uses Spring Framework 6" }