From 4864b9802e807c7cf05cdc19cfbd4fcb1b79e32f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 13 May 2022 13:45:17 +0100 Subject: [PATCH] Upgrade to Spring Framework 6.0.0-M4 Closes gh-30624 --- 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 a8430fc47cc..83aaa24f287 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1363,7 +1363,7 @@ bom { ] } } - library("Spring Framework", "6.0.0-SNAPSHOT") { + library("Spring Framework", "6.0.0-M4") { group("org.springframework") { imports = [ "spring-framework-bom"