From 1a0c3925b6964301469c7c67e140867fbdb0a55e Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 16 Mar 2022 09:53:42 -0700 Subject: [PATCH] Upgrade to Apache Geode 1.13.8. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index b2813d79..7774c3bd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8 deployDocsHost=docs-ip.spring.io antlrVersion=2.7.7 -apacheGeodeVersion=1.13.7 +apacheGeodeVersion=1.13.8 awaitilityVersion=4.2.0 findbugsVersion=3.0.2 multithreadedtcVersion=1.01