From 139873733d5aed718317312234063bc2daf8256d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 17 Jun 2023 17:17:16 +0200 Subject: [PATCH] Upgrade to Spring Data Bom 2023.0.1 Closes gh-35750 --- 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 c1f1140262..f14258b992 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.1-SNAPSHOT") { + library("Spring Data Bom", "2023.0.1") { group("org.springframework.data") { imports = [ "spring-data-bom"