From d60cde5b973522ac6d325b659874d9eb75e6a12e Mon Sep 17 00:00:00 2001 From: John Blum Date: Mon, 9 Nov 2020 11:29:51 -0800 Subject: [PATCH] Upgrade to Spring Session BOM Corn-SR4. Set Spring Session core version to 2.2.4.RELEASE. --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 1f03e87..da5b86b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,7 +14,7 @@ springDataGemFireVersion=2.2.11.RELEASE springDataGeodeVersion=2.2.11.RELEASE springDataGeodeTestVersion=0.0.13.RELEASE springDataReleaseTrainVersion=Moore-SR11 -springSessionVersion=2.2.5.BUILD-SNAPSHOT -springSessionBomVersion=Corn-SR3 +springSessionVersion=2.2.4.RELEASE +springSessionBomVersion=Corn-SR4 springShellVersion=1.2.0.RELEASE version=2.2.6.BUILD-SNAPSHOT