From 18ec4ff1f4f97b7476e38e58c2287a662bc948f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 5 Mar 2025 15:12:23 +0100 Subject: [PATCH] Start building against Spring Batch 5.2.2 snapshots See 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 c8b72439f9..b4ec19c159 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.1") { + library("Spring Batch", "5.2.2-SNAPSHOT") { considerSnapshots() group("org.springframework.batch") { imports = [