From fa9a5a3a73548c6e463edec72cef18e9f84ea42f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 May 2023 21:25:22 +0100 Subject: [PATCH] Upgrade to Spring Framework 5.3.27 Closes gh-35535 --- 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 e5c220f7da0..74412663008 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1718,7 +1718,7 @@ bom { ] } } - library("Spring Framework", "5.3.24") { + library("Spring Framework", "5.3.27") { group("org.springframework") { imports = [ "spring-framework-bom"