From 4a2c26eeec751b409f614b20e374e0f21bc0f595 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 19 Mar 2025 17:50:26 +0000 Subject: [PATCH] Upgrade to Spring Batch 5.2.2 Closes gh-44591 --- 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 3ba859a8c2f..69e70520940 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2212,7 +2212,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 = [