From 2d7c8a144cf7473d5f5ae80da2147d783022d74e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 22 Nov 2023 09:39:31 +0000 Subject: [PATCH] Start building against Spring Batch 5.0.4 snapshots See gh-38493 --- 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 6f6091618688..29e2c16f54c1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1394,7 +1394,7 @@ bom { ] } } - library("Spring Batch", "5.0.3") { + library("Spring Batch", "5.0.4-SNAPSHOT") { considerSnapshots() group("org.springframework.batch") { imports = [