From 0c43d13789de71b0deb42c18629c0e1e4d0a6b03 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 10 Nov 2020 11:21:24 +0100 Subject: [PATCH] Upgrade to Spring Framework 5.2.11 Closes gh-24034 --- 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 7e3e78e7d2c..fc0580996d5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1669,7 +1669,7 @@ bom { ] } } - library("Spring Framework", "5.2.11.BUILD-SNAPSHOT") { + library("Spring Framework", "5.2.11.RELEASE") { group("org.springframework") { imports = [ "spring-framework-bom"