From 74c57bbefaaedbc0a20a09a576e77ade66e48c96 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 11 Nov 2021 10:00:04 +0100 Subject: [PATCH] Upgrade to Spring Framework 5.3.13 Closes gh-28515 --- 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 eade5855998a..4813379dfd5b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1642,7 +1642,7 @@ bom { ] } } - library("Spring Framework", "5.3.13-SNAPSHOT") { + library("Spring Framework", "5.3.13") { group("org.springframework") { imports = [ "spring-framework-bom"