From 240f18cd6908f5ca5a5becd83a16b4bba430bedc Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 8 Apr 2024 15:56:24 +0100 Subject: [PATCH] Start building against Spring Data Bom 2023.0.11 snapshots See gh-40200 --- 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 2b24642cd8e..77312d184e4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1406,7 +1406,7 @@ bom { ] } } - library("Spring Data Bom", "2023.0.10") { + library("Spring Data Bom", "2023.0.11-SNAPSHOT") { considerSnapshots() calendarName = "Spring Data Release" group("org.springframework.data") {