From 777361421c206fb793bcb7fdbad72bd35f0cb854 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 14 Jan 2022 12:11:30 +0100 Subject: [PATCH] Upgrade to Spring Data 2021.0.8 Closes gh-29311 --- 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 be04ce6ff9..ad6bf62389 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1662,7 +1662,7 @@ bom { ] } } - library("Spring Data Bom", "2021.0.7") { + library("Spring Data Bom", "2021.0.8") { group("org.springframework.data") { imports = [ "spring-data-bom"