From 675e4906af377e99ec064f109e27f24744a5741d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 20 Feb 2023 13:33:54 +0000 Subject: [PATCH] Upgrade to Spring Data Bom 2021.2.8 Closes gh-34144 --- 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 904421b44b..d71310bc61 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.8-SNAPSHOT") { + library("Spring Data Bom", "2021.2.8") { prohibit { versionRange "[2022.0.0-M1,)" because "it uses Spring Framework 6"