From 3d2a97f102ddf5f6296c809d6c83209ec9181d74 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 14 Oct 2020 15:21:44 +0200 Subject: [PATCH] Upgrade to Spring Data 2020.0.0-RC2 Closes gh-23594 --- 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 2b2da4735e..3bee35b310 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-SNAPSHOT") { + library("Spring Data Bom", "2020.0.0-RC2") { group("org.springframework.data") { imports = [ "spring-data-bom"