From 33341f241d96b936519a0a189c5b1d3984db6a69 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 17 Jun 2023 17:03:11 +0200 Subject: [PATCH] Upgrade to Spring Data Bom 2021.2.13 Closes gh-35728 --- 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 0fd54849c1..86b30b4ad0 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.13-SNAPSHOT") { + library("Spring Data Bom", "2021.2.13") { prohibit { versionRange "[2022.0.0-M1,)" because "it uses Spring Framework 6"