From a722fe46fbf42646807c0cbcf586edb4738b7bc5 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 18 Oct 2021 12:26:24 +0100 Subject: [PATCH] Upgrade to Spring Data 2020.0.14 Closes gh-28225 --- 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 764e249c7c..659d31db7d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1571,7 +1571,7 @@ bom { ] } } - library("Spring Data Bom", "2020.0.14-SNAPSHOT") { + library("Spring Data Bom", "2020.0.14") { group("org.springframework.data") { imports = [ "spring-data-bom"