From 456d56d1bb4dfed06e1d4cc93ee04072b3616887 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 16 May 2022 11:39:08 +0100 Subject: [PATCH] Upgrade to Spring Framework 5.3.20 Closes gh-31043 --- 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 e8fb596c2e7..fa94afee084 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1699,7 +1699,7 @@ bom { ] } } - library("Spring Framework", "5.3.19") { + library("Spring Framework", "5.3.20") { group("org.springframework") { imports = [ "spring-framework-bom"