From 072c858d0eee5d619b203caa191e61662c54c7c3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 18 Mar 2021 08:28:36 +0100 Subject: [PATCH] Upgrade to Spring Batch 4.3.2 Closes gh-25579 --- 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 28ed34fef2..93ece448b9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1548,7 +1548,7 @@ bom { ] } } - library("Spring Batch", "4.3.2-SNAPSHOT") { + library("Spring Batch", "4.3.2") { group("org.springframework.batch") { modules = [ "spring-batch-core",