From 97dab185dd03c3f9c4aba8d340a55c8fca6fa010 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 20 Mar 2023 19:39:41 +0000 Subject: [PATCH] Upgrade to Spring Data Bom 2021.2.10 Closes gh-34530 --- 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 9bd79098c2b..dcaf8d3e7bb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1739,7 +1739,7 @@ bom { ] } } - library("Spring Data Bom", "2021.2.10-SNAPSHOT") { + library("Spring Data Bom", "2021.2.10") { prohibit { versionRange "[2022.0.0-M1,)" because "it uses Spring Framework 6"