From 963fe995967407943dc686523d8c8860475fc462 Mon Sep 17 00:00:00 2001 From: John Blum Date: Mon, 5 Dec 2022 13:00:47 -0800 Subject: [PATCH] Upgrade to Spring Framework 6.0.2. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 847549a..9b48f3d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ systemProp.user.name=jblum antlrVersion=2.7.7 apacheGeodeVersion=1.15.1 micrometerVersion=1.10.2 -springVersion=6.0.0-M6 +springVersion=6.0.2 ## NOTE: Spring Boot 3.0.0-M2+ requires Gradle 7.4+ which breaks the GemFireServer Gradle Plugin! Fix! springBootVersion=3.0.0-M5 springDataBomVersion=2022.0.0-M6