From 8409df55402671c8cd250d3b5a709ac9f0ef403f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 12 Aug 2020 12:15:23 +0200 Subject: [PATCH] Upgrade to Spring Data 2020.0.0-M2 Closes gh-22647 --- 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 034e4954a35..006040aba20 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1550,7 +1550,7 @@ bom { ] } } - library("Spring Data Bom", "2020.0.0-SNAPSHOT") { + library("Spring Data Bom", "2020.0.0-M2") { group("org.springframework.data") { imports = [ "spring-data-bom"