From 22b1517d58cffed5a171e09f9ff31bed75dacc41 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 15 Mar 2021 08:33:12 +0100 Subject: [PATCH] Start building against Spring Batch 4.3.2 snapshots See gh-25580 --- 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 a8810abba92..4175c407661 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1611,7 +1611,7 @@ bom { ] } } - library("Spring Batch", "4.3.1") { + library("Spring Batch", "4.3.2-SNAPSHOT") { group("org.springframework.batch") { modules = [ "spring-batch-core",