From a75bae67115c14e67b1ffd701e99066cc5525ef2 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 18 Aug 2023 16:47:55 +0200 Subject: [PATCH] Upgrade to Spring Data Bom 2023.0.3 Closes gh-36845 --- 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 a24dfcb64bd..358e0dc18af 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1390,7 +1390,7 @@ bom { ] } } - library("Spring Data Bom", "2023.0.3-SNAPSHOT") { + library("Spring Data Bom", "2023.0.3") { group("org.springframework.data") { imports = [ "spring-data-bom"