From 210c59576468eeea08e4eee7961909e374ca2f0f Mon Sep 17 00:00:00 2001 From: John Blum Date: Fri, 24 Jan 2020 19:22:10 -0800 Subject: [PATCH] Upgrade to Spring Session BOM Corn-RELEASE. Upgrade to Spring Session for Apache Geode and Pivotal GemFire 2.2.2.RELEASE. --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index b0230e41..9f8bb9ce 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,8 +11,8 @@ springDataGemFireVersion=2.2.4.RELEASE springDataGeodeVersion=2.2.4.RELEASE springDataGeodeTestVersion=0.0.12.BUILD-SNAPSHOT springDataReleaseTrainVersion=Moore-SR4 -springSessionBomVersion=Corn-BUILD-SNAPSHOT -springSessionDataGeodeVersion=2.2.2.BUILD-SNAPSHOT +springSessionBomVersion=Corn-RELEASE +springSessionDataGeodeVersion=2.2.2.RELEASE springShellVersion=1.2.0.RELEASE testcontainersVersion=1.12.3 version=1.2.3.BUILD-SNAPSHOT