From 7a0f7c498f9e0f56d2b8182ce1cd688d1879f158 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 13 Jan 2022 14:39:51 +0100 Subject: [PATCH] Upgrade to Spring Framework 5.3.15 Closes gh-29328 --- 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 0a270ebceb..0f32012cdc 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1660,7 +1660,7 @@ bom { ] } } - library("Spring Framework", "5.3.15-SNAPSHOT") { + library("Spring Framework", "5.3.15") { group("org.springframework") { imports = [ "spring-framework-bom"