From 3e31fdc6da61922a21bd3fd457a753cf29545d8e Mon Sep 17 00:00:00 2001 From: John Blum Date: Thu, 17 Sep 2020 18:00:14 -0700 Subject: [PATCH] Upgrade to Spring Data Neumann-SR4. Upgrade to Spring Data for Apache Geode & VMware Tanzu (Pivotal) GemFire 2.3.4.RELEASE. Upgrade to Spring Data Release Train (BOM) Neumann-SR4. --- gradle.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index 481e8b67..ca0c0b1a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,10 +9,10 @@ pivotalCloudCacheVersion=1.12.0 pivotalGemFireVersion=9.10.2 springVersion=5.2.9.RELEASE springBootVersion=2.3.4.RELEASE -springDataGemFireVersion=2.3.3.RELEASE -springDataGeodeVersion=2.3.3.RELEASE +springDataGemFireVersion=2.3.4.RELEASE +springDataGeodeVersion=2.3.4.RELEASE springDataGeodeTestVersion=0.0.18.RELEASE -springDataReleaseTrainVersion=Neumann-SR3 +springDataReleaseTrainVersion=Neumann-SR4 springSessionBomVersion=Dragonfruit-RELEASE springSessionDataGeodeVersion=2.3.0.RELEASE springShellVersion=1.2.0.RELEASE