From 0370fc7a273aa8fcd05f67acc5f258144a6e3ff2 Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 18 May 2022 11:39:02 -0700 Subject: [PATCH] Upgrade to Spring Framework 6.0.0-M4. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index ae25da4..a038d90 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ apacheGeodeVersion=1.14.4 micrometerVersion=1.10.0-M2 # The Spring Boot & Spring Session versions are the only required version properties. # The other Spring version properties are for overriding/testing purposes. -springVersion=6.0.0-M3 +springVersion=6.0.0-M4 springBootVersion=3.0.0-M1 springDataBomVersion=2022.0.0-M3 springDataCommonsVersion=3.0.0-M3