From 37c9d13946fb1337e952be73a7a57d98ccb95c81 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 Jun 2020 10:33:54 +0100 Subject: [PATCH] Upgrade to Spring Batch 4.2.4.RELEASE Closes gh-21979 --- 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 f29128e9cb..d0e66c346f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1662,7 +1662,7 @@ bom { ] } } - library("Spring Batch", "4.2.2.RELEASE") { + library("Spring Batch", "4.2.4.RELEASE") { group("org.springframework.batch") { modules = [ "spring-batch-core",