From ad8aa4514ae1797bf33302a83ff0eed75c8c40b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 15 Nov 2024 15:58:05 +0100 Subject: [PATCH] Upgrade to Spring Data Bom 2024.0.6 Closes gh-43006 --- 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 338843b6e6..f1a494d8c2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2102,7 +2102,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-batch/releases/tag/v{version}") } } - library("Spring Data Bom", "2024.0.6-SNAPSHOT") { + library("Spring Data Bom", "2024.0.6") { considerSnapshots() calendarName = "Spring Data Release" group("org.springframework.data") {