From 1bda578327c28f09b4b26b8a7fe40a96835f2f59 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 12 Sep 2023 12:09:31 +0200 Subject: [PATCH] Start building against Spring Data Bom 2023.1.0 snapshots See gh-37351 --- 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 e1dc4380389..a4a5ff2b846 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1517,7 +1517,7 @@ bom { ] } } - library("Spring Data Bom", "2023.1.0-M2") { + library("Spring Data Bom", "2023.1.0-SNAPSHOT") { considerSnapshots() calendarName = "Spring Data Release" group("org.springframework.data") {