From d30d84b67e1b8d64b6849b8a6b8411a00dc754be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Thu, 5 Mar 2026 09:31:56 +0100 Subject: [PATCH] Start building against Spring Batch 5.2.5 snapshots See gh-49406 --- 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 a22ca997146..c6fad988d24 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2249,7 +2249,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-authorization-server/releases/tag/{version}") } } - library("Spring Batch", "5.2.4") { + library("Spring Batch", "5.2.5-SNAPSHOT") { considerSnapshots() group("org.springframework.batch") { bom("spring-batch-bom")