From 9854a96f6e343fa12ccf6b67ce51d92a3d5ffaf2 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 13 Apr 2021 14:34:08 +0200 Subject: [PATCH] Upgrade to Spring Framework 5.2.14 Closes gh-25903 --- 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 491680f010..3c8d2866c6 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.14.BUILD-SNAPSHOT") { + library("Spring Framework", "5.2.14.RELEASE") { group("org.springframework") { imports = [ "spring-framework-bom"