From e9226508772068c9af5ab5aa0218011d442598e3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 24 Nov 2022 15:40:46 +0100 Subject: [PATCH] Upgrade to Spring Framework 6.0.2 Closes gh-33286 --- 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 b6ac07d1ef..efd8713f50 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.2-SNAPSHOT") { + library("Spring Framework", "6.0.2") { group("org.springframework") { imports = [ "spring-framework-bom"