From c6d0c15c573617c964975d90cdca3d1d8c40457f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 3 Jul 2023 16:49:55 +0100 Subject: [PATCH] Start building against Spring Data Bom 2022.0.8 snapshots See gh-36179 --- 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 f3f43416f3..2f56f32534 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1352,7 +1352,7 @@ bom { ] } } - library("Spring Data Bom", "2022.0.7") { + library("Spring Data Bom", "2022.0.8-SNAPSHOT") { group("org.springframework.data") { imports = [ "spring-data-bom"