From c8d9f948213d27f42618abb4072db9a7836c7d47 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 11 Nov 2021 09:56:52 +0100 Subject: [PATCH] Upgrade to Spring Framework 5.3.13 Closes gh-28506 --- 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 a627de529ee..d6e353cc079 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1578,7 +1578,7 @@ bom { ] } } - library("Spring Framework", "5.3.13-SNAPSHOT") { + library("Spring Framework", "5.3.13") { group("org.springframework") { imports = [ "spring-framework-bom"