From d10409a8ad9fe0cd2c6154298cbe8045bad82f8d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 13 Apr 2021 14:34:53 +0200 Subject: [PATCH] Upgrade to Spring Framework 5.3.6 Closes gh-25909 --- 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 8040d0c87b..6d52dfff19 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1565,7 +1565,7 @@ bom { ] } } - library("Spring Framework", "5.3.6-SNAPSHOT") { + library("Spring Framework", "5.3.6") { group("org.springframework") { imports = [ "spring-framework-bom"