From da593800be7828391944123dc45a6a705fc42701 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Thu, 19 Dec 2024 06:42:24 +0100 Subject: [PATCH] Upgrade to Spring Batch 5.2.1 Closes gh-43477 --- 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 465eb30e4067..0975b5e52aab 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2115,7 +2115,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-authorization-server/releases/tag/{version}") } } - library("Spring Batch", "5.2.1-SNAPSHOT") { + library("Spring Batch", "5.2.1") { considerSnapshots() group("org.springframework.batch") { imports = [