From 8dfde8625cf3ce9d9b7412252d49d292e2a9506e Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Tue, 10 Dec 2024 09:38:12 -0800 Subject: [PATCH] Start building against Spring Batch 5.1.3 snapshots See gh-43474 --- 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 c9f0a189ee..fd7979de67 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2132,7 +2132,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-authorization-server/releases/tag/{version}") } } - library("Spring Batch", "5.1.2") { + library("Spring Batch", "5.1.3-SNAPSHOT") { considerSnapshots() group("org.springframework.batch") { imports = [