From 939481b9d71b6b5c54e2519d7070fbbf0fbfd2f0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 21 Jul 2022 07:43:45 +0200 Subject: [PATCH] Upgrade to Spring Batch 5.0.0-M4 Closes 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 7d8b7ce5a6..d86d44f70f 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-SNAPSHOT") { + library("Spring Batch", "5.0.0-M4") { group("org.springframework.batch") { imports = [ "spring-batch-bom"