From 4e8082b16d0372e3bba99636a7c880640ec46223 Mon Sep 17 00:00:00 2001 From: John Blum Date: Mon, 28 Feb 2022 14:45:07 -0800 Subject: [PATCH] Upgrade to Apache Geode 1.14.3. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 34479b7c..54331a90 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.14.2 +apacheGeodeVersion=1.14.3 awaitilityVersion=4.1.1 findbugsVersion=3.0.2 multithreadedtcVersion=1.01