From d00ca7dd4da74923802de6f8e65c3907b5ba3326 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Mon, 20 Nov 2023 17:48:37 -0800 Subject: [PATCH] Upgrade to Spring Data Bom 2023.1.0 Closes gh-38311 --- 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 6820b8f2f78b..fcd2bebd9189 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1515,7 +1515,7 @@ bom { ] } } - library("Spring Data Bom", "2023.1.0-SNAPSHOT") { + library("Spring Data Bom", "2023.1.0") { considerSnapshots() calendarName = "Spring Data Release" group("org.springframework.data") {