From 4ff5be4619165736a254cfad1a02e8f2098a0042 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 6 Dec 2023 15:18:36 +0000 Subject: [PATCH] Start building against Spring Data Bom 2023.0.7 snapshots See gh-38679 --- 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 72fbfe77d1..e7c9f79f39 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1402,7 +1402,7 @@ bom { ] } } - library("Spring Data Bom", "2023.0.6") { + library("Spring Data Bom", "2023.0.7-SNAPSHOT") { considerSnapshots() calendarName = "Spring Data Release" group("org.springframework.data") {