From d23b07a166245a94e740daec8c6e64493d5cb36f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 9 Jun 2021 12:21:45 +0200 Subject: [PATCH] Upgrade to Spring Framework 5.3.8 Closes gh-26761 --- 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 7d09ab26e9c0..7e94421e7622 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1650,7 +1650,7 @@ bom { ] } } - library("Spring Framework", "5.3.8-SNAPSHOT") { + library("Spring Framework", "5.3.8") { group("org.springframework") { imports = [ "spring-framework-bom"