From 97e6626b347e5d3b90e852f9daf26e4c082e7ad5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 18 Nov 2022 11:29:01 +0100 Subject: [PATCH 1/2] Upgrade to Spring Data 2021.1.10 Closes gh-33125 --- 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 7edc17f4537..53e2102feab 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1711,7 +1711,7 @@ bom { ] } } - library("Spring Data Bom", "2021.1.10-SNAPSHOT") { + library("Spring Data Bom", "2021.1.10") { group("org.springframework.data") { imports = [ "spring-data-bom" From 92454ca4e190f8318df802067ffe9afa8de8f72b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 18 Nov 2022 11:30:07 +0100 Subject: [PATCH 2/2] Upgrade to Spring Data 2021.2.6 Closes gh-33132 --- 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 ccb12e69a0c..6434c190632 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1692,7 +1692,7 @@ bom { ] } } - library("Spring Data Bom", "2021.2.6-SNAPSHOT") { + library("Spring Data Bom", "2021.2.6") { prohibit("[2022.0.0-M1,)") { because "it uses Spring Framework 6" }