From 26bedd6527d8ec9eb32db686838a9806bb631a06 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 19 Jul 2021 15:43:37 +0100 Subject: [PATCH] Upgrade to Spring Data 2021.1.0-M1 See gh-27170 --- 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 f8d696e677f..079ebdacbc0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1666,7 +1666,7 @@ bom { ] } } - library("Spring Data Bom", "2021.1.0-SNAPSHOT") { + library("Spring Data Bom", "2021.1.0-M1") { group("org.springframework.data") { imports = [ "spring-data-bom"