From 55354535558f6cfcb89bffb61fc271a07fc34622 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sun, 14 Mar 2021 08:23:16 +0100 Subject: [PATCH] Start building against Spring Batch 4.3.2 snapshots See gh-25579 --- 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 26642a15e74..a611c696d87 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1548,7 +1548,7 @@ bom { ] } } - library("Spring Batch", "4.3.1") { + library("Spring Batch", "4.3.2-SNAPSHOT") { group("org.springframework.batch") { modules = [ "spring-batch-core",