From 8058370f3e94f7b96199b7cc13e33b0ad7971c59 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 12 Jan 2021 08:28:33 +0100 Subject: [PATCH] Upgrade to Spring Framework 5.3.3 Closes gh-24699 --- 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 bcade5e6b5..34e89e74b4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1564,7 +1564,7 @@ bom { ] } } - library("Spring Framework", "5.3.3-SNAPSHOT") { + library("Spring Framework", "5.3.3") { group("org.springframework") { imports = [ "spring-framework-bom"