From 225abf73c660d9b8bfae6ed7cfcde104eaacbb4e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 14 Jul 2023 19:08:56 +0200 Subject: [PATCH] Upgrade to Spring Data Bom 2023.0.2 Closes gh-36184 --- 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 e0194fe3321..edc9132ff09 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1386,7 +1386,7 @@ bom { ] } } - library("Spring Data Bom", "2023.0.2-SNAPSHOT") { + library("Spring Data Bom", "2023.0.2") { group("org.springframework.data") { imports = [ "spring-data-bom"