From 5652e8c1dd891b59ac43a86873b4ca2c7d59cd91 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Mar 2023 19:14:45 +0000 Subject: [PATCH] Upgrade to Spring Data Bom 2023.0.0-M3 Closes 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 a873a7dea9..0fcb702ae7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1343,7 +1343,7 @@ bom { ] } } - library("Spring Data Bom", "2023.0.0-SNAPSHOT") { + library("Spring Data Bom", "2023.0.0-M3") { group("org.springframework.data") { imports = [ "spring-data-bom"