From 8f6ded0ea43ad4fdb80633067a91a231537b2da2 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Fri, 17 Feb 2023 16:02:24 +0100 Subject: [PATCH] Upgrade to Spring Framework 6.0.5 Closes gh-34152 --- 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 40f456938f8..f15aa425e7d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1355,7 +1355,7 @@ bom { ] } } - library("Spring Framework", "6.0.5-SNAPSHOT") { + library("Spring Framework", "6.0.5") { group("org.springframework") { imports = [ "spring-framework-bom"