From 9d2acf76caa919782e19547a6661fe2e46c39df4 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 9 Oct 2024 11:01:00 +0100 Subject: [PATCH] Start building against Spring Batch 5.2.0 snapshots See gh-42560 --- 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 3b99f72df31..2507af9293c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1930,7 +1930,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-authorization-server/releases/tag/{version}") } } - library("Spring Batch", "5.2.0-M1") { + library("Spring Batch", "5.2.0-SNAPSHOT") { considerSnapshots() group("org.springframework.batch") { imports = [