From 11de7d1ca6ba54a3639f1311cf501091e337f301 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Thu, 18 Sep 2025 03:26:55 +0200 Subject: [PATCH] Upgrade to Spring Batch 5.2.3 Closes gh-47087 --- 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 e5a8c4ef281..a6f24cec10e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2238,7 +2238,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-authorization-server/releases/tag/{version}") } } - library("Spring Batch", "5.2.3-SNAPSHOT") { + library("Spring Batch", "5.2.3") { considerSnapshots() group("org.springframework.batch") { bom("spring-batch-bom")