From 6a6a017f1dda18c1d3e4fca673df3187cc8ba27c Mon Sep 17 00:00:00 2001 From: John Blum Date: Thu, 23 Jan 2020 16:09:20 -0800 Subject: [PATCH] Set Spring Session BOM versino to Bean-SR8. Set Spring Session core version to 2.1.9.RELEASE. --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 2b0fe3a..3cd1338 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,7 +14,7 @@ springDataGemFireVersion=2.1.15.RELEASE springDataGeodeVersion=2.1.15.RELEASE springDataGeodeTestVersion=0.0.8.RELEASE springDataReleaseTrainVersion=Lovelace-SR15 -springSessionVersion=2.1.10.BUILD-SNAPSHOT -springSessionBomVersion=Bean-BUILD-SNAPSHOT +springSessionVersion=2.1.9.RELEASE +springSessionBomVersion=Bean-SR8 springShellVersion=1.2.0.RELEASE version=2.1.8.BUILD-SNAPSHOT