From f375048620f2a9938c2c6b73a998c046d891c497 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 9 Dec 2020 10:55:25 +0100 Subject: [PATCH] Upgrade to Spring Framework 5.3.2 Closes gh-24278 --- 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 d2bdb22a8a..aa4f0f0e07 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1564,7 +1564,7 @@ bom { ] } } - library("Spring Framework", "5.3.2-SNAPSHOT") { + library("Spring Framework", "5.3.2") { group("org.springframework") { imports = [ "spring-framework-bom"