From e7d62ffb01f085f770e020cabc958d4b4fb60e34 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 13 Nov 2021 16:16:51 +0100 Subject: [PATCH] Upgrade to Spring Data 2020.0.15 Closes gh-28508 --- 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 4abdac83df..93b241e4a8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1578,7 +1578,7 @@ bom { ] } } - library("Spring Data Bom", "2020.0.15-SNAPSHOT") { + library("Spring Data Bom", "2020.0.15") { group("org.springframework.data") { imports = [ "spring-data-bom"