From f527e9a6fcb04e6946be94ae141160f91d69d87c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 9 Feb 2024 09:58:19 +0000 Subject: [PATCH] Start building against Spring Batch 5.1.1 snapshots See gh-39479 --- 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 9ceaf00fa5..edae1dc62a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1511,7 +1511,7 @@ bom { ] } } - library("Spring Batch", "5.1.0") { + library("Spring Batch", "5.1.1-SNAPSHOT") { considerSnapshots() group("org.springframework.batch") { imports = [