From 97e6626b347e5d3b90e852f9daf26e4c082e7ad5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 18 Nov 2022 11:29:01 +0100 Subject: [PATCH] Upgrade to Spring Data 2021.1.10 Closes gh-33125 --- 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 7edc17f45379..53e2102feab3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1711,7 +1711,7 @@ bom { ] } } - library("Spring Data Bom", "2021.1.10-SNAPSHOT") { + library("Spring Data Bom", "2021.1.10") { group("org.springframework.data") { imports = [ "spring-data-bom"