From 630da366bdb22102d9894dee734b615201d9152d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Sat, 19 Feb 2022 08:05:24 +0000 Subject: [PATCH] Upgrade to Spring Data 2021.2.0-M3 Closes gh-29765 --- 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 bd69627004..6757554480 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1649,7 +1649,7 @@ bom { ] } } - library("Spring Data Bom", "2021.2.0-SNAPSHOT") { + library("Spring Data Bom", "2021.2.0-M3") { group("org.springframework.data") { imports = [ "spring-data-bom"