From 94a3fc598cc2c03423f87b68767ba999828e94e3 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 8 Jan 2026 14:21:08 +0000 Subject: [PATCH] Start building against Spring Data Bom 2025.1.2 snapshots See gh-48716 --- 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 e4e679ebb9d..dcac4af1436 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2398,7 +2398,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-batch/releases/tag/v{version}") } } - library("Spring Data Bom", "2025.1.1") { + library("Spring Data Bom", "2025.1.2-SNAPSHOT") { considerSnapshots() calendarName = "Spring Data Release" group("org.springframework.data") {