From 6292d54907d0ed353b60c05d4793c20296da359a Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 10 Nov 2020 10:24:07 -0800 Subject: [PATCH] Upgrade to Spring Data Neumann-SR5. Upgrade to Spring Data for Apache Geode & VMware Tanzu (Pivotal) GemFire 2.3.5.RELEASE. Upgrade to Spring Data Release Train (BOM) Neumann-SR5. --- gradle.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index 74f82fab..df12ac28 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,10 +9,10 @@ pivotalCloudCacheVersion=1.12.0 pivotalGemFireVersion=9.10.5 springVersion=5.2.10.RELEASE springBootVersion=2.3.5.RELEASE -springDataGemFireVersion=2.3.4.RELEASE -springDataGeodeVersion=2.3.4.RELEASE +springDataGemFireVersion=2.3.5.RELEASE +springDataGeodeVersion=2.3.5.RELEASE springDataGeodeTestVersion=0.0.19.RELEASE -springDataReleaseTrainVersion=Neumann-SR4 +springDataReleaseTrainVersion=Neumann-SR5 springSessionBomVersion=Dragonfruit-SR1 springSessionDataGeodeVersion=2.3.1.RELEASE springShellVersion=1.2.0.RELEASE