From 985f3be198b2fcb54ccbca409f81dac1a069f8c6 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 13 May 2022 13:46:09 +0100 Subject: [PATCH] Upgrade to Spring Data 2022.0-M4 Closes gh-30634 --- 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 83aaa24f28..0d89c0ea99 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1356,7 +1356,7 @@ bom { ] } } - library("Spring Data Bom", "2022.0.0-SNAPSHOT") { + library("Spring Data Bom", "2022.0.0-M4") { group("org.springframework.data") { imports = [ "spring-data-bom"