From 0795f34f52fa61e747df64707385635fcbdbdf64 Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 14 Apr 2021 10:53:25 -0700 Subject: [PATCH] Upgrade to Spring Session core 2.2.6.RELEASE. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index f62c92d..d1c264e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,7 +14,7 @@ springDataGemFireVersion=2.2.13.RELEASE springDataGeodeVersion=2.2.13.RELEASE springDataGeodeTestVersion=0.0.13.RELEASE springDataReleaseTrainVersion=Moore-SR13 -springSessionVersion=2.2.5.BUILD-SNAPSHOT +springSessionVersion=2.2.6.RELEASE springSessionBomVersion=Corn-SR4 springShellVersion=1.2.0.RELEASE version=2.2.8.BUILD-SNAPSHOT