From 5b58d1bfca8295e2da27c18e2b4792dc3599faf8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 17 Feb 2022 11:12:37 +0100 Subject: [PATCH] Upgrade to Spring Framework 5.3.16 Closes gh-29719 --- 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 4affb509849..338b3b6aeab 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1652,7 +1652,7 @@ bom { ] } } - library("Spring Framework", "5.3.16-SNAPSHOT") { + library("Spring Framework", "5.3.16") { group("org.springframework") { imports = [ "spring-framework-bom"