From fa99ae774a1648e2978edaf61d155034370eaa82 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 13 Aug 2021 11:06:25 +0200 Subject: [PATCH] Upgrade to Spring Data 2020.0.12 Closes gh-27632 --- 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 6358df0783..6f4d48e297 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1564,7 +1564,7 @@ bom { ] } } - library("Spring Data Bom", "2020.0.12-SNAPSHOT") { + library("Spring Data Bom", "2020.0.12") { group("org.springframework.data") { imports = [ "spring-data-bom"