From 26d0afc2050ee15e7147bf987904c4415223b330 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 14 Oct 2021 14:18:54 +0200 Subject: [PATCH] Upgrade to Spring Framework 5.3.11 Closes gh-28223 --- 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 2aa7b3d679e..4354404f7b4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1571,7 +1571,7 @@ bom { ] } } - library("Spring Framework", "5.3.11-SNAPSHOT") { + library("Spring Framework", "5.3.11") { group("org.springframework") { imports = [ "spring-framework-bom"