From 4474af6265d2923f5dad1ff2ad10cd0ec0e10c33 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 13 Oct 2022 15:42:16 +0100 Subject: [PATCH] Upgrade to Spring Data 2021.2.5 Closes gh-32595 --- 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 b6f17f374473..23b7a0c739fa 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1674,7 +1674,7 @@ bom { ] } } - library("Spring Data Bom", "2021.2.5-SNAPSHOT") { + library("Spring Data Bom", "2021.2.5") { prohibit("[2022.0.0-M1,)") { because "it uses Spring Framework 6" }