From 84654d4717f01ac5dbd2ae820991b5c56d3302bb Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 15 Jul 2024 15:05:21 +0100 Subject: [PATCH] Upgrade to Spring Data Bom 2024.0.2 Closes gh-41300 --- 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 3bed09a98d6..be507b85466 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1908,7 +1908,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") {