From 14dd98c6908297750fdcde1810c1a4b950f6a121 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 10 May 2021 12:44:59 +0200 Subject: [PATCH] Start building against Spring Batch 4.3.3 snapshots See gh-26392 --- 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 880d2c62ac..95017ca00d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1633,7 +1633,7 @@ bom { ] } } - library("Spring Batch", "4.3.2") { + library("Spring Batch", "4.3.3-SNAPSHOT") { group("org.springframework.batch") { modules = [ "spring-batch-core",