From e396aa310f5939061c4ee26be066fc89121798c3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 13 Nov 2021 16:17:57 +0100 Subject: [PATCH] Upgrade to Spring Data 2021.0.7 Closes gh-28512 --- 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 786cc7ec52..7630cd2bc3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1663,7 +1663,7 @@ bom { ] } } - library("Spring Data Bom", "2021.0.7-SNAPSHOT") { + library("Spring Data Bom", "2021.0.7") { group("org.springframework.data") { imports = [ "spring-data-bom"