From 5c6bc3729e0fa38c7a8a072fddcb4d37ccd21144 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 24 Mar 2020 14:29:43 +0100 Subject: [PATCH] Upgrade to Spring Framework 5.2.5 Closes gh-20571 --- 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 43777a1ca9..614885dca2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1623,7 +1623,7 @@ bom { ] } } - library("Spring Framework", "5.2.4.RELEASE") { + library("Spring Framework", "5.2.5.RELEASE") { group("org.springframework") { imports = [ "spring-framework-bom"