From 44d765bd0071bef2ee54ec0c3c1cfc2c28e86136 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 16 Feb 2021 15:16:00 +0100 Subject: [PATCH] Upgrade to Spring Framework 5.3.4 Closes gh-24998 --- 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 c87cc445590..9e55f004292 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1565,7 +1565,7 @@ bom { ] } } - library("Spring Framework", "5.3.4-SNAPSHOT") { + library("Spring Framework", "5.3.4") { group("org.springframework") { imports = [ "spring-framework-bom"