From 92454ca4e190f8318df802067ffe9afa8de8f72b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 18 Nov 2022 11:30:07 +0100 Subject: [PATCH] Upgrade to Spring Data 2021.2.6 Closes gh-33132 --- 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 ccb12e69a0ca..6434c1906321 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1692,7 +1692,7 @@ bom { ] } } - library("Spring Data Bom", "2021.2.6-SNAPSHOT") { + library("Spring Data Bom", "2021.2.6") { prohibit("[2022.0.0-M1,)") { because "it uses Spring Framework 6" }