From ae464bfb2dd17b31306e315b2ca602dc924f44c8 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 21 Feb 2024 21:05:37 +0000 Subject: [PATCH] Upgrade to Spring Batch 5.1.1 Closes gh-39479 --- 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 f30d3f2d719..f9d04812350 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1511,7 +1511,7 @@ bom { ] } } - library("Spring Batch", "5.1.1-SNAPSHOT") { + library("Spring Batch", "5.1.1") { considerSnapshots() group("org.springframework.batch") { imports = [