From 78fb7381178fbc95828c02f83566868c6d57d1d6 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 15 Sep 2022 11:08:55 +0200 Subject: [PATCH] Upgrade to Spring Framework 5.3.23 Closes gh-32267 --- 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 658443b49ed..b0ee7593b1e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1708,7 +1708,7 @@ bom { ] } } - library("Spring Framework", "5.3.23-SNAPSHOT") { + library("Spring Framework", "5.3.23") { group("org.springframework") { imports = [ "spring-framework-bom"