From 48a6086f51ea1c08770a119aefe1b67f81c2b85f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Mar 2023 08:33:05 +0000 Subject: [PATCH] Upgrade to Spring Data Bom 2022.0.4 Closes 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 dc0447f6aa..22b478a355 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.4-SNAPSHOT") { + library("Spring Data Bom", "2022.0.4") { group("org.springframework.data") { imports = [ "spring-data-bom"