From 5517cd06dfe4fc47453f7c87f8d9e3bf62e12243 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 15 Sep 2020 13:49:14 +0200 Subject: [PATCH] Upgrade to Spring Framework 5.2.9 Closes gh-23183 --- 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 9a9e77eaa67..c9b0e3cc3e5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1665,7 +1665,7 @@ bom { ] } } - library("Spring Framework", "5.2.9.BUILD-SNAPSHOT") { + library("Spring Framework", "5.2.9.RELEASE") { group("org.springframework") { imports = [ "spring-framework-bom"