From 8999ccc185ee3f1d261258792b8f57c0a4a833c7 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 10 Nov 2020 10:26:15 -0800 Subject: [PATCH] Upgrade to Spring Session for Apache Geode & VMware Tanzu (Pivotal) GemFire 2.3.2.RELEASE. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 0a2a62ac..af6f136b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,7 +14,7 @@ springDataGeodeVersion=2.3.5.RELEASE springDataGeodeTestVersion=0.0.20.RELEASE springDataReleaseTrainVersion=Neumann-SR5 springSessionBomVersion=Dragonfruit-SR1 -springSessionDataGeodeVersion=2.3.1.RELEASE +springSessionDataGeodeVersion=2.3.2.RELEASE springShellVersion=1.2.0.RELEASE testcontainersVersion=1.14.3 version=1.3.5.BUILD-SNAPSHOT