From 7ccbdda1e7871387142ab0025b9de26a2c61f9d4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 31 Mar 2022 11:30:14 +0200 Subject: [PATCH] Upgrade to Spring Framework 5.3.18 Closes gh-30492 --- 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 83054394e389..e4754063d4a6 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.17") { + library("Spring Framework", "5.3.18") { group("org.springframework") { imports = [ "spring-framework-bom"