From 5cca7da9c00b5e410b35863da0f198d5b76d3daf Mon Sep 17 00:00:00 2001 From: John Blum Date: Thu, 17 Oct 2019 19:40:34 -0700 Subject: [PATCH] Upgrade to Spring Session for Apache Geode & Pivotal GemFire 2.2.0.RELEASE. Upgrade to Spring Session BOM Corn-RELEASE. --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index f18c4814..7366530f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,8 +11,8 @@ springDataGemFireVersion=2.2.0.RELEASE springDataGeodeVersion=2.2.0.RELEASE springDataGeodeTestVersion=0.0.9.RELEASE springDataReleaseTrainVersion=Moore-RELEASE -springSessionBomVersion=Corn-RC1 -springSessionDataGeodeVersion=2.2.0.RC1 +springSessionBomVersion=Corn-RELEASE +springSessionDataGeodeVersion=2.2.0.RELEASE springShellVersion=1.2.0.RELEASE testcontainersVersion=1.11.3 version=1.2.0.BUILD-SNAPSHOT