From 7b9cd5113231b450c71c25ab89107c00052fb8c7 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 18 Oct 2024 13:16:07 +0100 Subject: [PATCH] Upgrade to Spring Data Bom 2023.1.11 Closes gh-42535 --- 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 0dd902c041b..5a544dfbfe8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1582,7 +1582,7 @@ bom { ] } } - library("Spring Data Bom", "2023.1.11-SNAPSHOT") { + library("Spring Data Bom", "2023.1.11") { considerSnapshots() calendarName = "Spring Data Release" group("org.springframework.data") {