From 46b6dc29c1b7d7174ee17805fb47d0f09b0148e2 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 23 Feb 2022 17:10:35 +0100 Subject: [PATCH] Upgrade to Spring Batch 4.3.5 Closes gh-29652 --- 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 7acbd8ded5..e0037bba47 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1639,7 +1639,7 @@ bom { ] } } - library("Spring Batch", "4.3.5-SNAPSHOT") { + library("Spring Batch", "4.3.5") { group("org.springframework.batch") { modules = [ "spring-batch-core",