From 7771999579327a8355bd2d788ebf2d212cdc2285 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 19 Jul 2022 15:26:39 -0700 Subject: [PATCH] Upgrade to Spring Framework 6.0.0-M5. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 3307849..ee649a5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8 systemProp.user.name=jblum apacheGeodeVersion=1.15.0 micrometerVersion=1.10.0-M3 -springVersion=6.0.0-M4 +springVersion=6.0.0-M5 ## NOTE: Spring Boot 3.0.0-M2+ requires Gradle 7.4+ which breaks the GemFireServer Gradle Plugin! Fix! springBootVersion=3.0.0-M3 springDataBomVersion=2022.0.0-M4