From b633928d2fa0cabd7ee5fdc13f0661fc71766e9e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 7 Sep 2020 16:20:55 +0200 Subject: [PATCH] Start building against Spring Data 2020.0.0-RC1 snapshots See 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 fa983902cb9..912603993b8 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-M2") { + library("Spring Data Bom", "2020.0.0-SNAPSHOT") { group("org.springframework.data") { imports = [ "spring-data-bom"