From 35f84f1d3661b89fb27039c12e84312e5c12eb7b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 9 Oct 2024 10:24:33 +0100 Subject: [PATCH] Start building against Spring Data Bom 2024.0.5 snapshots See gh-42547 --- 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 8524275942..da74634682 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1953,7 +1953,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-batch/releases/tag/v{version}") } } - library("Spring Data Bom", "2024.0.4") { + library("Spring Data Bom", "2024.0.5-SNAPSHOT") { considerSnapshots() calendarName = "Spring Data Release" group("org.springframework.data") {