From 8fc1f0790135b6970def45e09386fd03139c711e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 19 May 2022 09:05:05 +0200 Subject: [PATCH] Upgrade to Spring Batch 5.0.0-M3 Closes 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 8bbb4b583d..1bae19243f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1374,7 +1374,7 @@ bom { ] } } - library("Spring Batch", "5.0.0-SNAPSHOT") { + library("Spring Batch", "5.0.0-M3") { group("org.springframework.batch") { modules = [ "spring-batch-core",