From 85d73a1f6249bdf72ab8deb82e74147bc931d909 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 19 Sep 2022 17:57:17 +0200 Subject: [PATCH] Upgrade to Spring Data 2021.2.3 Closes gh-32275 --- 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 890bf857f7..0417aba387 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.3-SNAPSHOT") { + library("Spring Data Bom", "2021.2.3") { prohibit("[2022.0.0-M1,)") { because "it uses Spring Framework 6" }