From a364b1a02d77c6e2fc029d5eb3ec7d02fdf8452f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 10 Nov 2023 14:07:03 +0000 Subject: [PATCH] Start building against Spring Data Bom 2023.0.6 snapshots See gh-38300 --- 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 c7386703ede..b5eaa30a84c 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.5") { + library("Spring Data Bom", "2023.0.6-SNAPSHOT") { considerSnapshots() calendarName = "Spring Data Release" group("org.springframework.data") {