From 0d920894b7aed3956408fb09c8ecde9e0a3d4233 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 10 May 2021 09:03:43 +0200 Subject: [PATCH] Start building against Spring Batch 4.3.3 snapshots See gh-26391 --- 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 5eaf33c3ef..3923f4331f 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.2") { + library("Spring Batch", "4.3.3-SNAPSHOT") { group("org.springframework.batch") { modules = [ "spring-batch-core",