From 7769e777757ccdd3709585f52903cc9f64dd1126 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 19 May 2021 15:47:06 +0200 Subject: [PATCH] Upgrade to Spring Batch 4.2.7 Closes gh-26426 --- 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 ca9269e3699..79d1ddc9d2a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1656,7 +1656,7 @@ bom { ] } } - library("Spring Batch", "4.2.7.BUILD-SNAPSHOT") { + library("Spring Batch", "4.2.7.RELEASE") { group("org.springframework.batch") { modules = [ "spring-batch-core",