From b266f6ca4597263dfba8526add896d6827444515 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 23 Feb 2023 14:41:58 +0000 Subject: [PATCH] Upgrade to Spring Batch 5.0.1 Closes gh-34352 --- 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 42b382af3f8..ace70c5db7b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1328,7 +1328,7 @@ bom { ] } } - library("Spring Batch", "5.0.0") { + library("Spring Batch", "5.0.1") { group("org.springframework.batch") { imports = [ "spring-batch-bom"