From 0fe08632ebad0659cd4a43532a134672b1288374 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 28 Oct 2020 17:52:20 +0100 Subject: [PATCH] Upgrade to Spring Data 2020.0.0 Closes gh-23778 --- 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 7eb4ddde39..94273f3d7f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1553,7 +1553,7 @@ bom { ] } } - library("Spring Data Bom", "2020.0.0-RC2") { + library("Spring Data Bom", "2020.0.0") { group("org.springframework.data") { imports = [ "spring-data-bom"