From d72e0b39fcb4cab17508692868f1ae64e1c65d9d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 19 Sep 2022 17:56:19 +0200 Subject: [PATCH] Upgrade to Spring Data 2021.1.7 Closes gh-32268 --- 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 27b3162a87c6..2a0caaa3ab83 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1701,7 +1701,7 @@ bom { ] } } - library("Spring Data Bom", "2021.1.7-SNAPSHOT") { + library("Spring Data Bom", "2021.1.7") { group("org.springframework.data") { imports = [ "spring-data-bom"