From 2f17bd65436bae7cc1da7acfe62b5cdb4de2b21c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 16 Feb 2021 15:17:18 +0100 Subject: [PATCH] Upgrade to Spring Framework 5.3.4 Closes gh-25293 --- 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 8097fade5e7..3bf465909a8 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.4-SNAPSHOT") { + library("Spring Framework", "5.3.4") { group("org.springframework") { imports = [ "spring-framework-bom"