From 980043e0590d0bcb7a80ed6fa5cf0b10159941bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 5 Nov 2024 12:28:32 +0900 Subject: [PATCH] Start building against Spring Data Bom 2023.1.12 snapshots See gh-42997 --- 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 704c7a50ae..bc8237f696 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1582,7 +1582,7 @@ bom { ] } } - library("Spring Data Bom", "2023.1.11") { + library("Spring Data Bom", "2023.1.12-SNAPSHOT") { considerSnapshots() calendarName = "Spring Data Release" group("org.springframework.data") {