From 4535f4a39c1b6e44aede2bcc158e5d57b7118692 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 13 Apr 2023 12:13:22 +0200 Subject: [PATCH] Upgrade to Spring Framework 5.3.27 Closes gh-34857 --- 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 8a4dd03c3a3..29fdb80bf59 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1750,7 +1750,7 @@ bom { ] } } - library("Spring Framework", "5.3.27-SNAPSHOT") { + library("Spring Framework", "5.3.27") { prohibit { versionRange "[6.0.0-M1,)" because "we upgrade in Spring Boot 3.x"