From 0a29a6a8c367347c7ef62ec24eb320d28812d579 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 14 Jul 2023 19:08:06 +0200 Subject: [PATCH] Upgrade to Spring Data Bom 2022.0.8 Closes 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 37e8734ca64..ea0e5e9bf01 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.8-SNAPSHOT") { + library("Spring Data Bom", "2022.0.8") { group("org.springframework.data") { imports = [ "spring-data-bom"