From 4a8901b94c69c11657f3e67630a1414453e32d1d Mon Sep 17 00:00:00 2001 From: Moritz Halbritter Date: Tue, 5 Apr 2022 13:57:00 +0200 Subject: [PATCH] Start building against Spring Batch 5.0.0-SNAPSHOT See gh-30459 --- 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 102cf07957..e8a6ceb602 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1342,7 +1342,7 @@ bom { ] } } - library("Spring Batch", "5.0.0-M2") { + library("Spring Batch", "5.0.0-SNAPSHOT") { group("org.springframework.batch") { modules = [ "spring-batch-core",