From 1c4fc7d3fa739837c55463c8e3b2f5dda4fdd12a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Sat, 19 Feb 2022 07:59:10 +0000 Subject: [PATCH 1/2] Upgrade to Spring Data 2021.0.9 Closes gh-29711 --- 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 458b6008c7..af56d0f5ad 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1666,7 +1666,7 @@ bom { ] } } - library("Spring Data Bom", "2021.0.9-SNAPSHOT") { + library("Spring Data Bom", "2021.0.9") { group("org.springframework.data") { imports = [ "spring-data-bom" From f919c9983c13def7e6d01d3b498cee1febed32b9 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Sat, 19 Feb 2022 08:02:55 +0000 Subject: [PATCH 2/2] Upgrade to Spring Data 2021.1.2 Closes gh-29721 --- 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 648ba1d01a..c8377eb4da 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1645,7 +1645,7 @@ bom { ] } } - library("Spring Data Bom", "2021.1.2-SNAPSHOT") { + library("Spring Data Bom", "2021.1.2") { group("org.springframework.data") { imports = [ "spring-data-bom"