From 9ec1978bb1885377cab874e67f6dafe6da637552 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 May 2022 17:47:15 +0100 Subject: [PATCH] Upgrade to Spring Framework 5.3.20 Closes gh-31014 --- 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 fb7c9be4d077..322dc6a90ff3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1700,7 +1700,7 @@ bom { ] } } - library("Spring Framework", "5.3.19") { + library("Spring Framework", "5.3.20") { prohibit("[6.0.0-M1,)") { because "we upgrade in Spring Boot 3.x" }