From 585a7ca71fe704f9608204c09e5378aa74566498 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 14 Jul 2022 16:10:37 +0200 Subject: [PATCH] Upgrade to Spring Framework 5.3.22 Closes gh-31613 --- 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 3b2c6135460b..c86e87eb841e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1687,7 +1687,7 @@ bom { ] } } - library("Spring Framework", "5.3.22-SNAPSHOT") { + library("Spring Framework", "5.3.22") { prohibit("[6.0.0-M1,)") { because "we upgrade in Spring Boot 3.x" }