From 663de9534bb304bcac6a60d51265117bebc916ec Mon Sep 17 00:00:00 2001 From: John Blum Date: Mon, 18 May 2020 12:06:01 -0700 Subject: [PATCH] Upgrade to Spring Session 2.1.12.RELEASE. Upgrade to Spring Session BOM Bean-SR10. --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 7f0d4a8..e110628 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,7 +14,7 @@ springDataGemFireVersion=2.1.17.RELEASE springDataGeodeVersion=2.1.17.RELEASE springDataGeodeTestVersion=0.0.8.RELEASE springDataReleaseTrainVersion=Lovelace-SR17 -springSessionVersion=2.1.11.BUILD-SNAPSHOT -springSessionBomVersion=Bean-BUILD-SNAPSHOT +springSessionVersion=2.1.12.RELEASE +springSessionBomVersion=Bean-SR10 springShellVersion=1.2.0.RELEASE version=2.1.10.BUILD-SNAPSHOT