From 986d4862b56028878a0ed57a8a6cfab3698060af Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 10 Nov 2023 14:52:23 +0000 Subject: [PATCH] Start building against Spring Batch 5.1.0 snapshots See gh-38310 --- 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 8dd0b08ad9..f521f060b4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1500,7 +1500,7 @@ bom { ] } } - library("Spring Batch", "5.1.0-RC1") { + library("Spring Batch", "5.1.0-SNAPSHOT") { considerSnapshots() group("org.springframework.batch") { imports = [