From 8a84bf287d85ca628d7ae87933157294021bed9c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 22 Feb 2024 08:00:40 +0000 Subject: [PATCH] Upgrade to Spring Data Bom 2023.1.3 Closes gh-39493 --- 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 55a5d5d4594..5755d5b36a4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1450,7 +1450,7 @@ bom { ] } } - library("Spring Data Bom", "2023.1.3-SNAPSHOT") { + library("Spring Data Bom", "2023.1.3") { considerSnapshots() calendarName = "Spring Data Release" group("org.springframework.data") {