From 02e390f05dbc466646db433b0505a95c98ff929f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 May 2024 11:21:39 +0100 Subject: [PATCH] Start building against Spring Batch 5.0.6 snapshots See gh-40648 --- 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 8b0b93d32f6..3bf679a8dad 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1454,7 +1454,7 @@ bom { ] } } - library("Spring Batch", "5.0.5") { + library("Spring Batch", "5.0.6-SNAPSHOT") { considerSnapshots() group("org.springframework.batch") { imports = [