From f919c9983c13def7e6d01d3b498cee1febed32b9 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Sat, 19 Feb 2022 08:02:55 +0000 Subject: [PATCH] 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"