From 5c9e59493dc81ab37c26f7b14775f1ae25c0bc1a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 18 Jan 2022 09:31:16 +0100 Subject: [PATCH] Upgrade to Spring Data 2021.2.0-M2 Closes gh-29223 --- 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 06021508a7..a5e58c772d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1653,7 +1653,7 @@ bom { ] } } - library("Spring Data Bom", "2021.2.0-SNAPSHOT") { + library("Spring Data Bom", "2021.2.0-M2") { group("org.springframework.data") { imports = [ "spring-data-bom"