From 02e51c33b5e150df44077da5a5805ceca576e9c8 Mon Sep 17 00:00:00 2001 From: John Blum Date: Thu, 17 Sep 2020 14:14:05 -0700 Subject: [PATCH] Upgrade to Spring Session BOM Corn-SR4. Upgrade to Spring Session for Apache Geode & VMware Tanzu (Pivotal) GemFire 2.2.5.RELEASE. --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 8a93f4b2..ef2ccf64 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,8 +11,8 @@ springDataGemFireVersion=2.2.10.RELEASE springDataGeodeVersion=2.2.10.RELEASE springDataGeodeTestVersion=0.0.14.RELEASE springDataReleaseTrainVersion=Moore-SR10 -springSessionBomVersion=Corn-SR3 -springSessionDataGeodeVersion=2.2.4.RELEASE +springSessionBomVersion=Corn-SR4 +springSessionDataGeodeVersion=2.2.5.RELEASE springShellVersion=1.2.0.RELEASE testcontainersVersion=1.14.3 version=1.2.10.BUILD-SNAPSHOT