From 5f6fb969313320be831e5c0e4fd38989971ac854 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 May 2024 12:16:07 +0100 Subject: [PATCH] Start building against Spring Data Bom 2023.1.6 snapshots See gh-40658 --- 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 ea1c95c738..3291bfd3a8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1575,7 +1575,7 @@ bom { ] } } - library("Spring Data Bom", "2023.1.5") { + library("Spring Data Bom", "2023.1.6-SNAPSHOT") { considerSnapshots() calendarName = "Spring Data Release" group("org.springframework.data") {