From 33427b3829cad45d44406d31d8f047419320b96d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 13 Apr 2023 12:18:11 +0200 Subject: [PATCH] Upgrade to Spring Framework 6.0.8 Closes gh-34865 --- 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 6d5f7a6819..4cd339b040 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1354,7 +1354,7 @@ bom { ] } } - library("Spring Framework", "6.0.8-SNAPSHOT") { + library("Spring Framework", "6.0.8") { group("org.springframework") { imports = [ "spring-framework-bom"