From 041371895caf1578dc17b7a3ff6c81c4fd183a85 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 22 Mar 2022 16:21:01 +0100 Subject: [PATCH] Upgrade to Spring Data 2022.0.0-M3 Closes gh-30361 --- 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 d932adf114..16c52f8324 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1339,7 +1339,7 @@ bom { ] } } - library("Spring Data Bom", "2022.0.0-M2") { + library("Spring Data Bom", "2022.0.0-M3") { group("org.springframework.data") { imports = [ "spring-data-bom"