From 41f3470e09ad6c5d4fea2b9c447f7d76f14a252e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 27 Oct 2020 15:49:21 +0100 Subject: [PATCH] Upgrade to Spring Framework 5.2.10 Closes gh-23526 --- 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 a9d6293f0d..20924918e8 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.10.BUILD-SNAPSHOT") { + library("Spring Framework", "5.2.10.RELEASE") { group("org.springframework") { imports = [ "spring-framework-bom"