From 32f6719ec17871e61b2d7f7178d404f886e325cb Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 16 Feb 2021 15:15:13 +0100 Subject: [PATCH] Upgrade to Spring Framework 5.2.13 Closes gh-25281 --- 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 03fff88adb0d..78b3eb8e39af 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1673,7 +1673,7 @@ bom { ] } } - library("Spring Framework", "5.2.13.BUILD-SNAPSHOT") { + library("Spring Framework", "5.2.13.RELEASE") { group("org.springframework") { imports = [ "spring-framework-bom"