From 8cafda9654d9ea1546eece8fe376e86ade011fba Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 28 Apr 2021 08:03:17 -0700 Subject: [PATCH] Upgrade to Spring Session BOM Dragonfruit-SR3. Upgrade to Spring Session for Apache Geode & VMware Tanzu (Pivotal) GemFire 2.3.5.RELEASE. --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index dbc1d4c5..aaf5966d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,8 +14,8 @@ springDataGemFireVersion=2.3.9.RELEASE springDataGeodeVersion=2.3.9.RELEASE springDataGeodeTestVersion=0.0.20.RELEASE springDataReleaseTrainVersion=Neumann-SR9 -springSessionBomVersion=Dragonfruit-SR2 -springSessionDataGeodeVersion=2.3.4.RELEASE +springSessionBomVersion=Dragonfruit-SR3 +springSessionDataGeodeVersion=2.3.5.RELEASE springShellVersion=1.2.0.RELEASE testcontainersVersion=1.15.2 version=1.3.10.BUILD-SNAPSHOT