From ae9576dfcb7e94bcaef761a8c1b712c31a3d9dfd Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 9 Apr 2021 14:02:44 +0200 Subject: [PATCH] Upgrade to Spring Batch 4.2.6.RELEASE Closes gh-25974 --- 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 c343e37f1fb..44f76a1b222 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1656,7 +1656,7 @@ bom { ] } } - library("Spring Batch", "4.2.5.RELEASE") { + library("Spring Batch", "4.2.6.RELEASE") { group("org.springframework.batch") { modules = [ "spring-batch-core",