From 29c7e621375cc20dd8d3e298b9b6eaecc82dd98a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Sep 2020 15:47:38 +0200 Subject: [PATCH] Upgrade to Spring Data 2020.0.0-RC1 Closes gh-23197 --- 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 60b281dc28..50945d3249 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1557,7 +1557,7 @@ bom { ] } } - library("Spring Data Bom", "2020.0.0-SNAPSHOT") { + library("Spring Data Bom", "2020.0.0-RC1") { group("org.springframework.data") { imports = [ "spring-data-bom"