From f86a6fb16483bf2daf26a40100932a673fdf9ade Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 19 Mar 2025 17:48:56 +0000 Subject: [PATCH] Upgrade to Spring Batch 5.2.2 Closes gh-44568 --- 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 60936128c27..4e81187d0a9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2111,7 +2111,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-authorization-server/releases/tag/{version}") } } - library("Spring Batch", "5.2.2-SNAPSHOT") { + library("Spring Batch", "5.2.2") { considerSnapshots() group("org.springframework.batch") { imports = [