From 8256c44b0b5642cb1b5657b56744ba31d215babe Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 20 Feb 2023 17:42:44 +0000 Subject: [PATCH] Upgrade to Spring Data Bom 2023.0.0-M2 Closes gh-34306 --- 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 c22ded8fe2..44d9316145 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", "2022.0.1") { + library("Spring Data Bom", "2023.0.0-M2") { group("org.springframework.data") { imports = [ "spring-data-bom"