From 3383f48ee71331050745d7680de4d0a85d547355 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 9 Jun 2020 15:09:03 +0200 Subject: [PATCH] Upgrade to Spring Framework 5.2.7 Closes gh-21739 --- 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 7bf08a6009..98f9b5ec3e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1679,7 +1679,7 @@ bom { ] } } - library("Spring Framework", "5.2.7.BUILD-SNAPSHOT") { + library("Spring Framework", "5.2.7.RELEASE") { group("org.springframework") { imports = [ "spring-framework-bom"