From 20994a58bbf8de9fdda5bdccf16d562934ba67f2 Mon Sep 17 00:00:00 2001 From: John Blum Date: Fri, 19 Apr 2019 13:09:36 -0700 Subject: [PATCH] Upgrade to Spring Session for Apache Geode/Pivotal GemFire 2.0.9.RELEASE. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 6261bf8a..b3130560 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,6 +11,6 @@ springDataGeodeVersion=2.0.14.RELEASE springDataGeodeTestVersion=0.0.1.RC1 springDataReleaseTrainVersion=Kay-SR14 springSessionBomVersion=Apple-SR9 -springSessionDataGeodeVersion=2.0.8.RELEASE +springSessionDataGeodeVersion=2.0.9.RELEASE springShellVersion=1.2.0.RELEASE version=1.0.0.BUILD-SNAPSHOT