From 29a7bb2c7f1225567bc8f539e94e1c5c4ad481bb Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 17 May 2024 12:24:16 +0100 Subject: [PATCH] Upgrade to Spring Data Bom 2023.0.12 Closes gh-40649 --- 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 3696fa308c..7af1d1349b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1462,7 +1462,7 @@ bom { ] } } - library("Spring Data Bom", "2023.0.12-SNAPSHOT") { + library("Spring Data Bom", "2023.0.12") { considerSnapshots() calendarName = "Spring Data Release" group("org.springframework.data") {