From 606c871d4a784ffd655631e9a44b7ca064e3dc6c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 17 Mar 2021 14:27:48 +0100 Subject: [PATCH] Upgrade to Spring Data 2020.0.6 Closes gh-25547 --- 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 d52e1c1d1f..7f3c473e02 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1558,7 +1558,7 @@ bom { ] } } - library("Spring Data Bom", "2020.0.6-SNAPSHOT") { + library("Spring Data Bom", "2020.0.6") { group("org.springframework.data") { imports = [ "spring-data-bom"