From e5499ca17a93e9da5a372eb13f5e2985f2168189 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 14 Jan 2020 11:34:54 +0100 Subject: [PATCH] Upgrade to Spring Framework 5.2.3 Closes gh-19534 --- 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 6bdc3ee8a73..f9ed786dddd 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.2.3.BUILD-SNAPSHOT') { + library('Spring Framework', '5.2.3.RELEASE') { group('org.springframework') { imports = [ 'spring-framework-bom'