From f8243f59911ccc7123082ca066ca21cd084d4b2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 11 Aug 2026 11:20:19 +0200 Subject: [PATCH] Start building against Spring Data Bom 2026.0.1 snapshots See gh-51357 --- 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 bf22f188a77..81666033786 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2540,7 +2540,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-batch/releases/tag/v{version}") } } - library("Spring Data Bom", "2026.0.0") { + library("Spring Data Bom", "2026.0.1-SNAPSHOT") { firstParty() calendarName = "Spring Data Release" group("org.springframework.data") {