From 062d9dc54f05f2955a4255b0145487e9f0adeb01 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 22 May 2024 19:16:49 +0100 Subject: [PATCH] Upgrade to Spring Batch 5.1.2 Closes gh-40670 --- 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 d22da2071a..f84897b5bf 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1884,7 +1884,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-authorization-server/releases/tag/{version}") } } - library("Spring Batch", "5.1.2-SNAPSHOT") { + library("Spring Batch", "5.1.2") { considerSnapshots() group("org.springframework.batch") { imports = [