From 2bede6bfc5db43d2a4bf246d4dc1b01e6db5a55c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 13 Apr 2023 12:16:40 +0200 Subject: [PATCH] Upgrade to Spring Framework 6.0.8 Closes gh-34861 --- 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 9e5f0eb5186b..aab61cab71e6 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.8-SNAPSHOT") { + library("Spring Framework", "6.0.8") { group("org.springframework") { imports = [ "spring-framework-bom"