From 68e2fd83b4a09a41d569db632aac2e9c1e24af5d Mon Sep 17 00:00:00 2001 From: Ian Young Date: Thu, 12 May 2022 16:08:50 +0100 Subject: [PATCH] Bump Spring Framework to 6.0.0-M4 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1599acad..216be407 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ allprojects { dependencyManagement { imports { - mavenBom "org.springframework:spring-framework-bom:6.0.0-M3" + mavenBom "org.springframework:spring-framework-bom:6.0.0-M4" mavenBom "org.springframework.security:spring-security-bom:5.5.6" mavenBom "org.junit:junit-bom:5.7.1" }