From 13c4850bcd9d48102ce8ad1026c7720e4046094c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Jan 2023 13:22:20 +0000 Subject: [PATCH] Upgrade to Spring Framework 6.0.4 Closes gh-33805 --- 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 64c84f7523..9ba7a98569 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1357,7 +1357,7 @@ bom { ] } } - library("Spring Framework", "6.0.3") { + library("Spring Framework", "6.0.4") { group("org.springframework") { imports = [ "spring-framework-bom"