From 9c524c3324cdb4e00165ab2a2680c1502d76a790 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 13 Apr 2021 14:35:51 +0200 Subject: [PATCH] Upgrade to Spring Framework 5.3.6 Closes gh-25926 --- 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 e93dbf78fc..f7ce60e537 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1647,7 +1647,7 @@ bom { ] } } - library("Spring Framework", "5.3.6-SNAPSHOT") { + library("Spring Framework", "5.3.6") { group("org.springframework") { imports = [ "spring-framework-bom"