From bd14cf6a8581809253c7d32ae343c9faaf64b461 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 15 Jan 2024 10:20:19 +0000 Subject: [PATCH] Upgrade to Spring Data Bom 2023.1.2 Closes gh-38988 --- 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 0ac7be077ef..6dff521e8f3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1520,7 +1520,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") {