From 078c5f5c2c1fce4ee43c3de393d285013977601b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 20 Mar 2023 19:39:42 +0000 Subject: [PATCH] Upgrade to Spring Framework 5.3.26 Closes gh-34531 --- 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 dcaf8d3e7b..a6165d71e1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1750,7 +1750,7 @@ bom { ] } } - library("Spring Framework", "5.3.26-SNAPSHOT") { + library("Spring Framework", "5.3.26") { prohibit { versionRange "[6.0.0-M1,)" because "we upgrade in Spring Boot 3.x"