From e25d3d6a0331efc48238d297ec89c1b8db4b57c0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 18 Jul 2022 15:17:02 +0200 Subject: [PATCH 1/2] Upgrade to Spring Data 2021.1.6 Closes gh-31611 --- 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 c1a087d16c..c0088b8707 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1694,7 +1694,7 @@ bom { ] } } - library("Spring Data Bom", "2021.1.6-SNAPSHOT") { + library("Spring Data Bom", "2021.1.6") { group("org.springframework.data") { imports = [ "spring-data-bom" From 503656000d6004416515f8c02aef346ff6323e85 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 18 Jul 2022 15:17:46 +0200 Subject: [PATCH 2/2] Upgrade to Spring Data 2021.1.6 Closes gh-31611 --- 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 4934a6b1ec..7a12b5e9e5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1677,7 +1677,7 @@ bom { ] } } - library("Spring Data Bom", "2021.2.2-SNAPSHOT") { + library("Spring Data Bom", "2021.2.2") { prohibit("[2022.0.0-M1,)") { because "it uses Spring Framework 6" }