From e2cd60b213a0bec4497173e2703033df75e8667e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 May 2023 21:25:17 +0100 Subject: [PATCH] Upgrade to Spring Batch 4.3.8 Closes gh-35534 --- 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 3a65dca056..e5c220f7da 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1701,7 +1701,7 @@ bom { ] } } - library("Spring Batch", "4.3.7") { + library("Spring Batch", "4.3.8") { group("org.springframework.batch") { modules = [ "spring-batch-core",