From d14921968b3e2516aadd9ba4d712b11063fa37d6 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 12 Jan 2021 08:33:31 +0100 Subject: [PATCH] Upgrade to Spring Framework 5.3.3 Closes gh-24750 --- 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 a809216eec..f6b43900bd 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"