From 9472cbe2b7a5819d9f362c6d01779144c3a82fa7 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Thu, 6 Oct 2022 16:24:07 +0200 Subject: [PATCH] Switch to Spring Data 2022.0.0-SNAPSHOT See gh-32601 --- 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 cdccf6eb46..2b969b77fe 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1416,7 +1416,7 @@ bom { ] } } - library("Spring Data Bom", "2022.0.0-M6") { + library("Spring Data Bom", "2022.0.0-SNAPSHOT") { group("org.springframework.data") { imports = [ "spring-data-bom"