From 4a4b29fcbf6ce803cd30ea21e3b7ebd96f230f48 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 19 Jul 2023 20:01:06 +0200 Subject: [PATCH] Upgrade to Spring Batch 5.1.0-M1 Closes gh-36189 --- 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 08d12e4cbfb..9b911da4835 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1379,7 +1379,7 @@ bom { ] } } - library("Spring Batch", "5.1.0-SNAPSHOT") { + library("Spring Batch", "5.1.0-M1") { group("org.springframework.batch") { imports = [ "spring-batch-bom"