From 381857b3d38bfaa04f10c93c50af5bb2ffd42c4e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 17 Jun 2023 17:14:32 +0200 Subject: [PATCH] Upgrade to Spring Data Bom 2022.0.7 Closes gh-35738 --- 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 44d15e24460..fd6d70cd35a 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.7-SNAPSHOT") { + library("Spring Data Bom", "2022.0.7") { group("org.springframework.data") { imports = [ "spring-data-bom"