From 0e68f3c303503e5f9709bd57ad933a71e146a203 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 12 May 2021 16:26:53 +0100 Subject: [PATCH] Upgrade to Spring Framework 5.3.7 Closes gh-26361 --- 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 dd9bb496fd..070a9db5f8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1650,7 +1650,7 @@ bom { ] } } - library("Spring Framework", "5.3.7-SNAPSHOT") { + library("Spring Framework", "5.3.7") { group("org.springframework") { imports = [ "spring-framework-bom"