From 947fee1663ff6dae2a104378a757ecac4463e9b7 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 17 Mar 2022 14:32:08 +0100 Subject: [PATCH] Upgrade to Spring Framework 5.3.17 Closes gh-30177 --- 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 62c3de7be0b..9ee48265a75 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1699,7 +1699,7 @@ bom { ] } } - library("Spring Framework", "5.3.17-SNAPSHOT") { + library("Spring Framework", "5.3.17") { group("org.springframework") { imports = [ "spring-framework-bom"