From 7f75ce698c318f517f90e0b5f6da4f4e2143fd3f Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 19 Jul 2022 15:24:10 -0700 Subject: [PATCH] Upgrade to Apache Geode 1.15.0. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 704cfb2..263f40b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8 systemProp.user.name=jblum -apacheGeodeVersion=1.14.4 +apacheGeodeVersion=1.15.0 micrometerVersion=1.10.0-M2 springVersion=6.0.0-M4 ## NOTE: Spring Boot 3.0.0-M2+ requires Gradle 7.4+ which breaks the GemFireServer Gradle Plugin! Fix!