From afa5d15625a178aa99d4b8bfa1ee7b000e72a526 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Nov 2022 09:43:46 +0100 Subject: [PATCH] Upgrade to Spring Framework 5.3.24 Closes gh-33124 --- 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 9ded6075a3a..fe9ea1f9501 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1718,7 +1718,7 @@ bom { ] } } - library("Spring Framework", "5.3.24-SNAPSHOT") { + library("Spring Framework", "5.3.24") { group("org.springframework") { imports = [ "spring-framework-bom"