From 6286fd791762ebf4c8c4653a7d323a0d54ed967c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 May 2022 15:43:46 +0100 Subject: [PATCH] Upgrade to Spring Framework 5.3.20 Closes gh-31002 --- 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 947a30e62f..b799a942e3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1715,7 +1715,7 @@ bom { ] } } - library("Spring Framework", "5.3.19") { + library("Spring Framework", "5.3.20") { group("org.springframework") { imports = [ "spring-framework-bom"