From 3f2a069e71bdd9d45902aa0f22bf46e0917f2db5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 16 Mar 2021 10:38:12 +0100 Subject: [PATCH] Upgrade to Spring Framework 5.3.5 Closes gh-25542 --- 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 5a9152881d..0c6a5b8197 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1628,7 +1628,7 @@ bom { ] } } - library("Spring Framework", "5.3.5-SNAPSHOT") { + library("Spring Framework", "5.3.5") { group("org.springframework") { imports = [ "spring-framework-bom"