From b4c906c010c6ee8c1dd22ecaa79572f24c75af1c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 15 May 2023 08:22:47 +0200 Subject: [PATCH] Upgrade to Spring Data Bom 2023.0.0 Closes gh-35310 --- 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 602a334880..840d68ce75 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1407,7 +1407,7 @@ bom { ] } } - library("Spring Data Bom", "2023.0.0-SNAPSHOT") { + library("Spring Data Bom", "2023.0.0") { group("org.springframework.data") { imports = [ "spring-data-bom"