From 5c944bf5b82e4c12975d642ce14be76ad60060ce Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 17 Mar 2022 14:40:02 +0100 Subject: [PATCH] Upgrade to Spring Framework 6.0.0-M3 Closes gh-29957 --- 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 bd0e94e83b..d913b9a42f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1334,7 +1334,7 @@ bom { ] } } - library("Spring Framework", "6.0.0-SNAPSHOT") { + library("Spring Framework", "6.0.0-M3") { group("org.springframework") { imports = [ "spring-framework-bom"