From abba215498fd130729fe7c596816974887d492e0 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 15 Jan 2024 10:11:20 +0000 Subject: [PATCH] Upgrade to Spring Data Bom 2023.0.8 Closes gh-38977 --- 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 374c322c1e..3e61ccd7ed 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1402,7 +1402,7 @@ bom { ] } } - library("Spring Data Bom", "2023.0.8-SNAPSHOT") { + library("Spring Data Bom", "2023.0.8") { considerSnapshots() calendarName = "Spring Data Release" group("org.springframework.data") {