From 8147aff76a69e36c2a3f21a826286fa6c11d341a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 23 Feb 2022 17:04:59 +0100 Subject: [PATCH] Upgrade to Spring Batch 4.3.5 Closes gh-29724 --- 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 104cec3ca3cc..8b1d600442d6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1635,7 +1635,7 @@ bom { ] } } - library("Spring Batch", "4.3.5-SNAPSHOT") { + library("Spring Batch", "4.3.5") { group("org.springframework.batch") { modules = [ "spring-batch-core",