From 477cdcae21f2e5f973059924aaef7791c7380df7 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 22 May 2024 19:14:48 +0100 Subject: [PATCH] Upgrade to Spring Batch 5.1.2 Closes gh-40657 --- 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 375536f1953..091bd914557 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1567,7 +1567,7 @@ bom { ] } } - library("Spring Batch", "5.1.2-SNAPSHOT") { + library("Spring Batch", "5.1.2") { considerSnapshots() group("org.springframework.batch") { imports = [