From 5d11c90e6d5468dfe91d35488775cbef2f3e86f8 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 19 Jan 2022 17:29:25 +0000 Subject: [PATCH] Upgrade to Spring Batch 5.0.0-M1 Closes gh-29278 --- 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 960517047e9..b721d2c39d0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1323,7 +1323,7 @@ bom { ] } } - library("Spring Batch", "5.0.0-SNAPSHOT") { + library("Spring Batch", "5.0.0-M1") { group("org.springframework.batch") { modules = [ "spring-batch-core",