From 5161e5a5f2e809f9b7e702da9ce3f619c1689c5e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 13 Jan 2022 14:41:50 +0100 Subject: [PATCH] Upgrade to Spring Framework 6.0.0-M2 Closes gh-28642 --- 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 e48cfb17470..e26399453df 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1337,7 +1337,7 @@ bom { ] } } - library("Spring Framework", "6.0.0-SNAPSHOT") { + library("Spring Framework", "6.0.0-M2") { group("org.springframework") { imports = [ "spring-framework-bom"