From 634e50ccf852c430d3acd88a994f52f98bdbeb64 Mon Sep 17 00:00:00 2001 From: John Blum Date: Fri, 26 Jun 2020 13:05:46 -0700 Subject: [PATCH] Upgrade to Pivotal GemFire 9.10.1. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 886cea8..23fe096 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,7 +7,7 @@ apacheTaglibsStandardVersion=1.2.5 #groovyVersion=2.4.19 javaxServletJspJstlApiVersion=1.2.1 multithreadedtcVersion=1.01 -pivotalGemFireVersion=9.10.0 +pivotalGemFireVersion=9.10.1 # The Spring Boot & Spring Session version are the only required version properties. # The other Spring version properties are for overriding/testing purposes. springVersion=5.2.7.BUILD-SNAPSHOT