From d3861bcaefc0846ffa195fc59a5dad7549f291bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 13 Sep 2024 15:45:58 +0200 Subject: [PATCH 1/2] Upgrade to Spring Data Bom 2023.1.10 Closes gh-42124 --- 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 4ccc709d9c..3abac24354 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1583,7 +1583,7 @@ bom { ] } } - library("Spring Data Bom", "2023.1.10-SNAPSHOT") { + library("Spring Data Bom", "2023.1.10") { considerSnapshots() calendarName = "Spring Data Release" group("org.springframework.data") { From 99d4e5cbf80c3fe92701ab9b943eb1400325d76c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 13 Sep 2024 15:47:29 +0200 Subject: [PATCH 2/2] Upgrade to Spring Data Bom 2024.0.4 Closes gh-42132 --- 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 756f97f1a8..f5cf324fc2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1954,7 +1954,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-batch/releases/tag/v{version}") } } - library("Spring Data Bom", "2024.0.4-SNAPSHOT") { + library("Spring Data Bom", "2024.0.4") { considerSnapshots() calendarName = "Spring Data Release" group("org.springframework.data") {