From a1cd7e763851fc0b8c281a124556823f51ed640f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 23 Aug 2023 21:07:18 +0200 Subject: [PATCH] Upgrade to Spring Batch 5.0.3 Closes gh-36844 --- 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 349f5ecbab2e..5f7c95835e03 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1383,7 +1383,7 @@ bom { ] } } - library("Spring Batch", "5.0.3-SNAPSHOT") { + library("Spring Batch", "5.0.3") { group("org.springframework.batch") { imports = [ "spring-batch-bom"