From d815009aca2db904925e513fe88f095867593377 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Tue, 10 Dec 2024 09:42:14 -0800 Subject: [PATCH] Start building against Spring Batch 5.2.1 snapshots See 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 f5156e0e46..4bce67642b 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.0") { + library("Spring Batch", "5.2.1-SNAPSHOT") { considerSnapshots() group("org.springframework.batch") { imports = [