From 03a0b305378375d42fb77d8bb3dea0287e7755e1 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 18 Jan 2023 13:08:32 +0000 Subject: [PATCH] Upgrade to Spring Data 2021.2.7 Closes gh-33788 --- 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 ac6c61913f..b16fa667c4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1745,7 +1745,7 @@ bom { ] } } - library("Spring Data Bom", "2021.2.7-SNAPSHOT") { + library("Spring Data Bom", "2021.2.7") { prohibit { versionRange "[2022.0.0-M1,)" because "it uses Spring Framework 6"