From e71b4aac7be2645acbd361966647e9fac4a9de6c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 19 May 2021 15:48:38 +0200 Subject: [PATCH] Upgrade to Spring Batch 4.3.3 Closes 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 16f3abd141..64eb1cc415 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.3-SNAPSHOT") { + library("Spring Batch", "4.3.3") { group("org.springframework.batch") { modules = [ "spring-batch-core",