From 8b6e6b610cb9f158f4137976674f87e35fe12c4e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 24 Aug 2023 09:16:53 +0200 Subject: [PATCH] Upgrade to Spring Batch 5.1.0-M2 Closes gh-36944 --- 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 fe3240284f..0737214618 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1391,7 +1391,7 @@ bom { ] } } - library("Spring Batch", "5.1.0-SNAPSHOT") { + library("Spring Batch", "5.1.0-M2") { group("org.springframework.batch") { imports = [ "spring-batch-bom"