From b6135c564c32ebb8d3075ba97bfd36e12ff73446 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 May 2024 12:16:03 +0100 Subject: [PATCH] Start building against Spring Batch 5.1.2 snapshots See gh-40657 --- 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 5bdb700d20..ea1c95c738 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1567,7 +1567,7 @@ bom { ] } } - library("Spring Batch", "5.1.1") { + library("Spring Batch", "5.1.2-SNAPSHOT") { considerSnapshots() group("org.springframework.batch") { imports = [