From dcfa2e1131ba2c36cab6dbe9a949e7f012e0af37 Mon Sep 17 00:00:00 2001 From: John Blum Date: Mon, 22 Feb 2021 16:37:29 -0800 Subject: [PATCH] Upgrade to Spring Session BOM Dragonfruit-SR2. Upgrade to Spring Session for Apache Geoede & VMware Tanzu (Pivotal) GemFire 2.3.4.RELEASE. --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 64ac16ac..5ca1f4ae 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,8 +13,8 @@ springDataGemFireVersion=2.3.7.RELEASE springDataGeodeVersion=2.3.7.RELEASE springDataGeodeTestVersion=0.0.20.RELEASE springDataReleaseTrainVersion=Neumann-SR7 -springSessionBomVersion=Dragonfruit-SR1 -springSessionDataGeodeVersion=2.3.3.RELEASE +springSessionBomVersion=Dragonfruit-SR2 +springSessionDataGeodeVersion=2.3.4.RELEASE springShellVersion=1.2.0.RELEASE testcontainersVersion=1.15.1 version=1.3.9.BUILD-SNAPSHOT