From c7a1cc76e6ae8fb430e897f3599b6093ec37f38c Mon Sep 17 00:00:00 2001 From: John Blum Date: Thu, 10 Dec 2020 23:39:40 -0800 Subject: [PATCH] Uprade to Spring Data Neumann-SR6. Upgrade to Spring Data for Apache Geode & VMware Tanzu (Pivotal) GemFire 2.3.6.RELEASE. Upgrade to Spring Dat Release Train (BOM) Neumann-SR6. --- gradle.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index 364e8ebf..4da2f582 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,10 +9,10 @@ pivotalCloudCacheVersion=1.12.0 pivotalGemFireVersion=9.10.5 springVersion=5.2.12.RELEASE springBootVersion=2.3.7.RELEASE -springDataGemFireVersion=2.3.5.RELEASE -springDataGeodeVersion=2.3.5.RELEASE +springDataGemFireVersion=2.3.6.RELEASE +springDataGeodeVersion=2.3.6.RELEASE springDataGeodeTestVersion=0.0.20.RELEASE -springDataReleaseTrainVersion=Neumann-SR5 +springDataReleaseTrainVersion=Neumann-SR6 springSessionBomVersion=Dragonfruit-SR1 springSessionDataGeodeVersion=2.3.2.RELEASE springShellVersion=1.2.0.RELEASE