From 48ea1ed8fb252ff9fcafa387fa9ac86367d36eae Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 18 Aug 2023 16:50:11 +0200 Subject: [PATCH] Upgrade to Spring Data Bom 2023.1.0-M2 Closes gh-36680 --- 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 fdbadffd147..5d64b851730 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1398,7 +1398,7 @@ bom { ] } } - library("Spring Data Bom", "2023.1.0-SNAPSHOT") { + library("Spring Data Bom", "2023.1.0-M2") { group("org.springframework.data") { imports = [ "spring-data-bom"