From 7d7b1e13a2409a9a5499c87fcfe73c757b0cea09 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 25 Feb 2020 13:52:56 -0500 Subject: [PATCH] Upgrade to Spring Framework 5.2.4.RELEASE Closes gh-20240 --- 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 8ebd02159e..e75acf303b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1625,7 +1625,7 @@ bom { ] } } - library("Spring Framework", "5.2.4.BUILD-SNAPSHOT") { + library("Spring Framework", "5.2.4.RELEASE") { group("org.springframework") { imports = [ "spring-framework-bom"