From 3510796ab055caf8c8e6845da58e74b0ea739dcc Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sun, 16 Jan 2022 11:28:22 +0100 Subject: [PATCH] Upgrade to Spring Data 2022.0.0-M1 Closes gh-28641 --- 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 d081d455e1..16074998a1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1330,7 +1330,7 @@ bom { ] } } - library("Spring Data Bom", "2022.1.0-SNAPSHOT") { + library("Spring Data Bom", "2022.0.0-M1") { group("org.springframework.data") { imports = [ "spring-data-bom"