From 9aaa5bca7ae97a0ab92fbf0d2d8ccea2395fcfcb Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 21 Mar 2022 18:19:12 +0000 Subject: [PATCH] Upgrade to Spring Data 2021.2.0-M4 Closes gh-30185 --- 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 a2737d3a38..4b6f5b2bb2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1683,7 +1683,7 @@ bom { ] } } - library("Spring Data Bom", "2021.2.0-SNAPSHOT") { + library("Spring Data Bom", "2021.2.0-M4") { group("org.springframework.data") { imports = [ "spring-data-bom"