From 18e2ce1682a2a46707ed1120a035dd156f1518d1 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 10 Dec 2020 08:59:47 +0100 Subject: [PATCH] Upgrade to Spring Batch 4.2.5 Closes gh-24290 --- 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 1c19b2b5c3..8c53d9b810 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1655,7 +1655,7 @@ bom { ] } } - library("Spring Batch", "4.2.5.BUILD-SNAPSHOT") { + library("Spring Batch", "4.2.5.RELEASE") { group("org.springframework.batch") { modules = [ "spring-batch-core",