From c6b256715657abbd6d7a6b3621fee62d3c339229 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 Nov 2021 10:04:51 +0000 Subject: [PATCH] Upgrade to Spring Batch 4.3.4 Closes gh-28230 --- 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 7c91bd0acd44..4739393f658c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1568,7 +1568,7 @@ bom { ] } } - library("Spring Batch", "4.3.4-SNAPSHOT") { + library("Spring Batch", "4.3.4") { group("org.springframework.batch") { modules = [ "spring-batch-core",