From 67bae9de36ac054d547a4bdfd1d9cc1506a0bf28 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 14 Jul 2023 19:05:52 +0200 Subject: [PATCH] Upgrade to Spring Data Bom 2021.2.14 Closes gh-36173 --- 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 ae99a7a3a5d..c279e15cc0e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1743,7 +1743,7 @@ bom { ] } } - library("Spring Data Bom", "2021.2.14-SNAPSHOT") { + library("Spring Data Bom", "2021.2.14") { prohibit { versionRange "[2022.0.0-M1,)" because "it uses Spring Framework 6"