From da92340a9dd05da7d436c48058756fa59c2462b0 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 15 Jul 2024 15:08:48 +0100 Subject: [PATCH] Upgrade to Spring Data Bom 2024.0.2 Closes gh-41307 --- 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 f77fc6b364..cd59e1cab3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1898,7 +1898,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-batch/releases/tag/v{version}") } } - library("Spring Data Bom", "2024.0.2-SNAPSHOT") { + library("Spring Data Bom", "2024.0.2") { considerSnapshots() calendarName = "Spring Data Release" group("org.springframework.data") {