From c96b1caab06b4643ebe7e5dde7e2fc9ce3599d38 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 23 Mar 2022 14:54:12 +0100 Subject: [PATCH] Upgrade to Spring Batch 5.0.0-M2 Closes gh-30232 --- 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 0ac7132e425..ff4a727bd85 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1329,7 +1329,7 @@ bom { ] } } - library("Spring Batch", "5.0.0-SNAPSHOT") { + library("Spring Batch", "5.0.0-M2") { group("org.springframework.batch") { modules = [ "spring-batch-core",