From 673a5ac2fd0d174c8d4ccef6bcad1996f7266bd4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 10 Nov 2020 11:23:18 +0100 Subject: [PATCH] Upgrade to Spring Framework 5.3.1 Closes gh-24035 --- 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 77e52f259a..a6b87e23c6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1561,7 +1561,7 @@ bom { ] } } - library("Spring Framework", "5.3.1-SNAPSHOT") { + library("Spring Framework", "5.3.1") { group("org.springframework") { imports = [ "spring-framework-bom"