From c3c7969431ecccf26059f30becc283b4566b7260 Mon Sep 17 00:00:00 2001 From: John Blum Date: Thu, 17 Sep 2020 18:01:54 -0700 Subject: [PATCH] Upgrade to Spring Session BOM Dragonfruit-SR1. Upgrade to Spring Session for Apache Geode & VMware Tanzu (Pivotal) GemFire 2.3.1.RELEASE. --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index c3aa5475..3ca3db3e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,8 +13,8 @@ springDataGemFireVersion=2.3.4.RELEASE springDataGeodeVersion=2.3.4.RELEASE springDataGeodeTestVersion=0.0.19.RELEASE springDataReleaseTrainVersion=Neumann-SR4 -springSessionBomVersion=Dragonfruit-RELEASE -springSessionDataGeodeVersion=2.3.0.RELEASE +springSessionBomVersion=Dragonfruit-SR1 +springSessionDataGeodeVersion=2.3.1.RELEASE springShellVersion=1.2.0.RELEASE testcontainersVersion=1.14.3 version=1.3.4.BUILD-SNAPSHOT