From 263adf1cde847d7cd6043f9ea02d2e50ca152844 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 25 Jun 2020 11:36:53 +0100 Subject: [PATCH] Upgrade to Spring Data Bom 2020.0.0-M1 Closes gh-21930 --- 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 65652fe304f..5368cca685d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1646,7 +1646,7 @@ bom { ] } } - library("Spring Data Bom", "2020.0.0-SNAPSHOT") { + library("Spring Data Bom", "2020.0.0-M1") { group("org.springframework.data") { imports = [ "spring-data-bom"