From e67894536edf6cd6850153a0e410ea58761a4833 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 Mar 2023 17:43:39 +0000 Subject: [PATCH] Start building against Spring Data Bom 2023.0.0-M3 snapshots See gh-34548 --- 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 60085ca11f..d0151a1bfc 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1335,7 +1335,7 @@ bom { ] } } - library("Spring Data Bom", "2023.0.0-M2") { + library("Spring Data Bom", "2023.0.0-SNAPSHOT") { group("org.springframework.data") { imports = [ "spring-data-bom"