From 7f60c67074af828d5f4cfa261c3a1a6af948061b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 18 May 2022 17:35:55 +0100 Subject: [PATCH] Upgrade to Spring Batch 4.3.6 Closes gh-31003 --- 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 d1a7585fc8..c9dd93daec 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1699,7 +1699,7 @@ bom { ] } } - library("Spring Batch", "4.3.6-SNAPSHOT") { + library("Spring Batch", "4.3.6") { group("org.springframework.batch") { modules = [ "spring-batch-core",