From 77194eed2959c982a1b7e8bf75eaefb72c6bef32 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 14 Jul 2022 16:09:35 +0200 Subject: [PATCH] Upgrade to Spring Framework 5.3.22 Closes gh-31610 --- 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 7edc09724c..4a537623ef 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1701,7 +1701,7 @@ bom { ] } } - library("Spring Framework", "5.3.22-SNAPSHOT") { + library("Spring Framework", "5.3.22") { group("org.springframework") { imports = [ "spring-framework-bom"