From f969b6003106a301cbb5270b7abf759b53122878 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 11 Nov 2021 09:57:53 +0100 Subject: [PATCH] Upgrade to Spring Framework 5.3.13 Closes gh-28510 --- 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 8cbbc5697308..1214f0fcc9f9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1663,7 +1663,7 @@ bom { ] } } - library("Spring Framework", "5.3.13-SNAPSHOT") { + library("Spring Framework", "5.3.13") { group("org.springframework") { imports = [ "spring-framework-bom"