From c575aac67d47b2c4abac38b778a4c1d58a820aa3 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 May 2023 18:43:13 +0100 Subject: [PATCH] Upgrade to Spring Batch 4.3.8 Closes gh-35495 --- 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 5824d5bcd3..862e65d248 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1699,7 +1699,7 @@ bom { ] } } - library("Spring Batch", "4.3.6") { + library("Spring Batch", "4.3.8") { group("org.springframework.batch") { modules = [ "spring-batch-core",