From 4840ee9f639515da8d02d788a706eb2b3dbf1d7c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 22 Nov 2023 19:39:31 +0000 Subject: [PATCH] Upgrade to Spring Batch 5.0.4 Closes gh-38492 --- 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 e8c27435333..34483deff46 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1355,7 +1355,7 @@ bom { ] } } - library("Spring Batch", "5.0.4-SNAPSHOT") { + library("Spring Batch", "5.0.4") { considerSnapshots() group("org.springframework.batch") { imports = [