From e25d3d6a0331efc48238d297ec89c1b8db4b57c0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 18 Jul 2022 15:17:02 +0200 Subject: [PATCH] Upgrade to Spring Data 2021.1.6 Closes gh-31611 --- 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 c1a087d16c..c0088b8707 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1694,7 +1694,7 @@ bom { ] } } - library("Spring Data Bom", "2021.1.6-SNAPSHOT") { + library("Spring Data Bom", "2021.1.6") { group("org.springframework.data") { imports = [ "spring-data-bom"