From 791ddfa909f9a1375913cf4ccf2d235904b173f7 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 6 Sep 2022 15:44:38 +0100 Subject: [PATCH] Start building against Spring Batch 5.0.0-M6 snapshots See gh-32237 --- 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 1676db89c5..113a7f8a65 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1400,7 +1400,7 @@ bom { ] } } - library("Spring Batch", "5.0.0-M4") { + library("Spring Batch", "5.0.0-SNAPSHOT") { group("org.springframework.batch") { imports = [ "spring-batch-bom"