From 1ce75cd1a9574ab53a21366fbc385b4c76108aff Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 4 Oct 2023 10:25:16 +0100 Subject: [PATCH] Start building against Spring Batch 5.1.0 snapshots See gh-37708 --- 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 575f4f957c..c072ae5d57 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1513,7 +1513,7 @@ bom { ] } } - library("Spring Batch", "5.1.0-M3") { + library("Spring Batch", "5.1.0-SNAPSHOT") { considerSnapshots() group("org.springframework.batch") { imports = [