From 9168e63e621a07e4822413a72e37e28b89b79891 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 31 Mar 2022 12:02:46 +0200 Subject: [PATCH] Upgrade to Spring Framework 5.3.18 Closes gh-30493 --- 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 2e89e4fef3b..94e40c56fe2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1705,7 +1705,7 @@ bom { ] } } - library("Spring Framework", "5.3.17") { + library("Spring Framework", "5.3.18") { prohibit("[6.0.0-M1,)") { because "we upgrade in Spring Boot 3.x" }