From c6dece067cc125e7f32c224fca48931649529c62 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 18 Feb 2021 12:09:47 +0000 Subject: [PATCH] Upgrade to Spring Data 2021.0.0-M4 Closes gh-25004 --- 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 0bc06ce957..bd474722a9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1621,7 +1621,7 @@ bom { ] } } - library("Spring Data Bom", "2021.0.0-SNAPSHOT") { + library("Spring Data Bom", "2021.0.0-M4") { group("org.springframework.data") { imports = [ "spring-data-bom"