From 342de0caaa6cc55f4d4f2c19d340d0eab72e61b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 8 Dec 2025 09:40:02 +0100 Subject: [PATCH] Start building against Spring Data Bom 2025.1.1 snapshots See gh-48438 --- 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 9905244987c..75e9024b6c3 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.0") { + library("Spring Data Bom", "2025.1.1-SNAPSHOT") { considerSnapshots() calendarName = "Spring Data Release" group("org.springframework.data") {