From 29ab800cba127427acc07be0ee0714897ea3e729 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 4 Oct 2023 09:09:55 +0100 Subject: [PATCH] Start building against Spring Data Bom 2022.0.11 snapshots See gh-37682 --- 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 f0c524d340..5886a1f9cb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1369,7 +1369,7 @@ bom { ] } } - library("Spring Data Bom", "2022.0.10") { + library("Spring Data Bom", "2022.0.11-SNAPSHOT") { considerSnapshots() calendarName = "Spring Data Release" group("org.springframework.data") {