From a74afc104c3848605d649ce75091ff36e727f283 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 11 Jun 2020 10:36:36 +0200 Subject: [PATCH] Upgrade to Spring Batch 4.2.4 Closes gh-21784 --- 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 11e66e60e3..6ecac8917f 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.3.BUILD-SNAPSHOT") { + library("Spring Batch", "4.2.4.RELEASE") { group("org.springframework.batch") { modules = [ "spring-batch-core",