From 7d6a64bb56517da8b87cb24d0dceda04a855d7c9 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 22 Nov 2023 09:38:09 +0000 Subject: [PATCH] Start building against Spring Batch 5.0.4 snapshots See gh-38492 --- 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 81dc78e534e..e8c27435333 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1355,7 +1355,7 @@ bom { ] } } - library("Spring Batch", "5.0.3") { + library("Spring Batch", "5.0.4-SNAPSHOT") { considerSnapshots() group("org.springframework.batch") { imports = [