From c0895befc24e6d9599e5d112f62bcf26563f046f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 20 Sep 2021 09:56:51 +0100 Subject: [PATCH] Upgrade to Spring Data 2020.0.13 Closes gh-27912 --- 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 e60324bb12..6752ba006b 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.13-SNAPSHOT") { + library("Spring Data Bom", "2020.0.13") { group("org.springframework.data") { imports = [ "spring-data-bom"