From 1ced770f1584b17891d3f333026d15fabc1005da Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 14 Jul 2023 19:11:57 +0200 Subject: [PATCH] Upgrade to Spring Data Bom 2023.1.0-M1 Closes gh-36190 --- 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 347a1b4327..ce5ed0a3a2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1389,7 +1389,7 @@ bom { ] } } - library("Spring Data Bom", "2023.1.0-SNAPSHOT") { + library("Spring Data Bom", "2023.1.0-M1") { group("org.springframework.data") { imports = [ "spring-data-bom"