From dc54394c03323fbfec56a9e80871af57100050ba Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 29 Oct 2020 09:06:38 +0100 Subject: [PATCH] Upgrade to Spring Batch 4.3.0 Closes gh-23963 --- 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 9e1ec2b620..8938379038 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1543,7 +1543,7 @@ bom { ] } } - library("Spring Batch", "4.3.0-RC1") { + library("Spring Batch", "4.3.0") { group("org.springframework.batch") { modules = [ "spring-batch-core",