From 84bb0603122bfde6bab30cbbfd5d7ba75f8e04e5 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 15 Jan 2024 10:14:50 +0000 Subject: [PATCH] Upgrade to Spring Data Bom 2023.1.2 Closes gh-38981 --- 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 d7c622af351..2fe96a675b9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1519,7 +1519,7 @@ bom { ] } } - library("Spring Data Bom", "2023.1.2-SNAPSHOT") { + library("Spring Data Bom", "2023.1.2") { considerSnapshots() calendarName = "Spring Data Release" group("org.springframework.data") {