From f53c40802bb54739dae522da3b0e31d9a72709b0 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 8 Jul 2022 11:02:30 +0100 Subject: [PATCH] Start building against Spring Batch 5.0.0-M4 snapshots See gh-31623 --- 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 e755d61832..69df10ab2c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1376,7 +1376,7 @@ bom { ] } } - library("Spring Batch", "5.0.0-M3") { + library("Spring Batch", "5.0.0-SNAPSHOT") { group("org.springframework.batch") { imports = [ "spring-batch-bom"