From df85c817a628d7eebba488102440afdcdfb1c643 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 23 Aug 2023 21:04:15 +0200 Subject: [PATCH] Upgrade to Spring Batch 5.0.3 Closes gh-36833 --- 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 cbe89bc87e..38e95c174c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1345,7 +1345,7 @@ bom { ] } } - library("Spring Batch", "5.0.3-SNAPSHOT") { + library("Spring Batch", "5.0.3") { group("org.springframework.batch") { imports = [ "spring-batch-bom"