From 0012efa45163cce881fcb48e87ad672b5e24d8c2 Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 20 Oct 2021 15:17:28 -0700 Subject: [PATCH] Upgrade to Apache Geode 1.14.0. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index e70fe75..ed6fec7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8 deployDocsHost=docs-ip.spring.io -apacheGeodeVersion=1.13.4 +apacheGeodeVersion=1.14.0 findbugsVersion=3.0.2 # The Spring Boot & Spring Session version are the only required version properties. # The other Spring version properties are for overriding/testing purposes.