From 08954fce85471fdafabf6204b18fab259edba378 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 13 Apr 2022 13:11:13 +0200 Subject: [PATCH] Upgrade to Spring Framework 5.3.19 Closes gh-30516 --- 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 7712d7b1ab8..e6ab9be027a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1715,7 +1715,7 @@ bom { ] } } - library("Spring Framework", "5.3.19-SNAPSHOT") { + library("Spring Framework", "5.3.19") { group("org.springframework") { imports = [ "spring-framework-bom"