From 2651068c174be3f06eb7e4e5ffb98192dc414d1f Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Tue, 12 Apr 2022 17:02:51 +0200 Subject: [PATCH] Switch to Spring Data SNAPSHOTs See 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 f7237ec5c1..e2393d4f3b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1359,7 +1359,7 @@ bom { ] } } - library("Spring Data Bom", "2022.0.0-M3") { + library("Spring Data Bom", "2022.0.0-SNAPSHOT") { group("org.springframework.data") { imports = [ "spring-data-bom"