From d2eca0176325dbe1d3a33f024a9aa55add413a3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Sat, 6 Sep 2025 09:37:56 +0200 Subject: [PATCH] Start building against Spring Batch 5.2.3 snapshots See 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 935a8c50c1d..2eb9caa9a13 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.2") { + library("Spring Batch", "5.2.3-SNAPSHOT") { considerSnapshots() group("org.springframework.batch") { bom("spring-batch-bom")