From 94c40c7234d0181073fa63e85db7005682b92a1b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 31 Mar 2022 11:29:49 +0200 Subject: [PATCH] Upgrade to Spring Framework 5.3.18 Closes gh-30491 --- 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 86ac18ab7c7d..7e4484cd376b 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.17") { + library("Spring Framework", "5.3.18") { group("org.springframework") { imports = [ "spring-framework-bom"