From c3aa17b90cdd88c29b433cf8b3e94604d3affcda Mon Sep 17 00:00:00 2001 From: John Blum Date: Mon, 10 Jan 2022 10:31:02 -0800 Subject: [PATCH] Upgrade to Apache Geode 1.14.2. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 574904b8..5052179d 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.0 +apacheGeodeVersion=1.14.2 awaitilityVersion=4.1.1 findbugsVersion=3.0.2 multithreadedtcVersion=1.01