From 5970f29fd58197e4d53d1e498ffc9fdb3059a9a7 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 16 Oct 2023 12:27:50 +0100 Subject: [PATCH] Upgrade to Spring Data Bom 2023.1.0-RC1 Closes gh-37709 --- 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 5176bb1096..728938d7ae 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1517,7 +1517,7 @@ bom { ] } } - library("Spring Data Bom", "2023.1.0-SNAPSHOT") { + library("Spring Data Bom", "2023.1.0-RC1") { considerSnapshots() calendarName = "Spring Data Release" group("org.springframework.data") {