From 0aa0e098b53c98d9d7e1c27eee2d87f44d4db794 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 Mar 2023 14:54:50 +0000 Subject: [PATCH] Start building against Spring Data Bom 2022.0.4 snapshots See gh-34539 --- 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 5f4e19e1e05..ad897c95fc8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1348,7 +1348,7 @@ bom { ] } } - library("Spring Data Bom", "2022.0.3") { + library("Spring Data Bom", "2022.0.4-SNAPSHOT") { group("org.springframework.data") { imports = [ "spring-data-bom"