From af79829cab6312a4e6c1181cac62a349d904945f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 14 Jan 2022 15:44:45 +0100 Subject: [PATCH] Upgrade to Spring Data 2021.1.1 Closes gh-29317 --- 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 b107102220..15be525f27 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1641,7 +1641,7 @@ bom { ] } } - library("Spring Data Bom", "2021.1.1-SNAPSHOT") { + library("Spring Data Bom", "2021.1.1") { group("org.springframework.data") { imports = [ "spring-data-bom"