From dec994ff885b9f7c40c296257158120248f0278c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Sat, 13 Sep 2025 08:51:14 +0200 Subject: [PATCH] Upgrade to Spring Data Bom 2025.1.0-M6 Closes gh-47002 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index c5f21a3daca..20c21542256 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2311,7 +2311,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-batch/releases/tag/v{version}") } } - library("Spring Data Bom", "2025.1.0-SNAPSHOT") { + library("Spring Data Bom", "2025.1.0-M6") { considerSnapshots() calendarName = "Spring Data Release" group("org.springframework.data") {