From 9f7a9546bd961523de6b54c96aebd04630f70223 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 19 Apr 2022 15:35:29 +0200 Subject: [PATCH 1/2] Upgrade to Spring Data 2021.0.11 Closes gh-30594 --- 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 088668836c..5a1807c7a7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1708,7 +1708,7 @@ bom { ] } } - library("Spring Data Bom", "2021.0.11-SNAPSHOT") { + library("Spring Data Bom", "2021.0.11") { group("org.springframework.data") { imports = [ "spring-data-bom" From ba38441a0a8711c8450247ea56adfeeb7ff0cb34 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 19 Apr 2022 15:36:54 +0200 Subject: [PATCH 2/2] Upgrade to Spring Data 2021.1.4 Closes gh-30602 --- 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 845eaa963e..d1302ae36d 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.1.4-SNAPSHOT") { + library("Spring Data Bom", "2021.1.4") { group("org.springframework.data") { imports = [ "spring-data-bom"