From adefc21024a64eae115d2eef0e3daa522573ef69 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 21 Feb 2024 21:05:37 +0000 Subject: [PATCH] Upgrade to Spring Data Bom 2023.1.3 Closes gh-39480 --- 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 f9d04812350..5e44d757729 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.3-SNAPSHOT") { + library("Spring Data Bom", "2023.1.3") { considerSnapshots() calendarName = "Spring Data Release" group("org.springframework.data") {