From 16bdb2532bb48a0039289b661d6075a2b04a5889 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 18 Oct 2024 13:24:33 +0100 Subject: [PATCH] Upgrade to Spring Data Bom 2024.0.5 Closes gh-42547 --- 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 1c9a8ca9c5c..19400b36147 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1953,7 +1953,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-batch/releases/tag/v{version}") } } - library("Spring Data Bom", "2024.0.5-SNAPSHOT") { + library("Spring Data Bom", "2024.0.5") { considerSnapshots() calendarName = "Spring Data Release" group("org.springframework.data") {