From 5f253ead76cab4710a0871b65d0f38cd616cb06c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 28 Apr 2020 15:43:37 +0200 Subject: [PATCH] Upgrade to Spring Framework 5.2.6 Closes gh-20945 --- 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 a37bffdc3a9..d393dfc1cf5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1623,7 +1623,7 @@ bom { ] } } - library("Spring Framework", "5.2.6.BUILD-SNAPSHOT") { + library("Spring Framework", "5.2.6.RELEASE") { group("org.springframework") { imports = [ "spring-framework-bom"