From 0e06315956b3826a0d4882c0714c1cc06b761da5 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 21 Feb 2024 20:09:22 +0000 Subject: [PATCH] Upgrade to Spring Batch 5.0.5 Closes gh-39459 --- 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 0632cea00d..3e402c88a0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1398,7 +1398,7 @@ bom { ] } } - library("Spring Batch", "5.0.5-SNAPSHOT") { + library("Spring Batch", "5.0.5") { considerSnapshots() group("org.springframework.batch") { imports = [