From b5713ba5e766e35ffb50494ae95c5d7a083515ee Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 13 Apr 2022 13:20:01 +0200 Subject: [PATCH] Upgrade to Spring Framework 5.3.19 Closes gh-30518 --- 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 4ef05346b9..1d87e225f2 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.19-SNAPSHOT") { + library("Spring Framework", "5.3.19") { prohibit("[6.0.0-M1,)") { because "we upgrade in Spring Boot 3.x" }