From 4aabe7caf5a3beb967d13c7677259c3709877dfd Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 15 Sep 2022 11:09:43 +0200 Subject: [PATCH] Upgrade to Spring Framework 5.3.23 Closes gh-32274 --- 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 2f601647e32..9c237b35f9e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1684,7 +1684,7 @@ bom { ] } } - library("Spring Framework", "5.3.23-SNAPSHOT") { + library("Spring Framework", "5.3.23") { prohibit("[6.0.0-M1,)") { because "we upgrade in Spring Boot 3.x" }