From 17eff3e5cf7ca8dda7781374e86650cd13fde947 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 May 2024 14:29:00 +0100 Subject: [PATCH] Start building against Spring Batch 5.1.2 snapshots See gh-40670 --- 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 9163639c87..3ae6dde160 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1884,7 +1884,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-authorization-server/releases/tag/{version}") } } - library("Spring Batch", "5.1.1") { + library("Spring Batch", "5.1.2-SNAPSHOT") { considerSnapshots() group("org.springframework.batch") { imports = [