From 8044493b7fff496057036624cec7db1fba7495e1 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Jan 2023 12:13:10 +0000 Subject: [PATCH] Upgrade to Spring Framework 5.3.25 Closes gh-33786 --- 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 67343cadc2..99fe4ed67d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1702,7 +1702,7 @@ bom { ] } } - library("Spring Framework", "5.3.24") { + library("Spring Framework", "5.3.25") { prohibit("[6.0.0-M1,)") { because "we upgrade in Spring Boot 3.x" }