From fd808ba16ee2864cd0b84ce6837aaa6f8677eb37 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 9 Sep 2022 08:37:03 +0200 Subject: [PATCH] Start building against Spring Batch 4.3.7 snapshots See 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 315d63e0518c..d97488cf5c11 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.6") { + library("Spring Batch", "4.3.7-SNAPSHOT") { prohibit("[5.0.0-M1,)") { because "it uses Spring Framework 6" }