From d11c6e4257357a999911badd9d3d85ad79b01d39 Mon Sep 17 00:00:00 2001 From: John Blum Date: Thu, 19 Aug 2021 15:12:11 -0700 Subject: [PATCH] Upgrade to Apache Geode 1.13.4. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index b3b027a1..1f97f270 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.3 +apacheGeodeVersion=1.13.4 awaitilityVersion=4.1.0 findbugsVersion=3.0.2 multithreadedtcVersion=1.01