From 3a7c5c0c146a76e502b34a74ffc28fb0a3fc81be Mon Sep 17 00:00:00 2001 From: John Blum Date: Mon, 22 Feb 2021 16:36:08 -0800 Subject: [PATCH] Upgrade to Spring Data Neumann-SR7. Upgrade to Spring Data for Apache Geode & VMware Tanzu (Pivotal) GemFire 2.3.7.RELEASE. Upgrade to Spring Data Release Train (BOM) Neumann-SR7. --- gradle.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index 52850f9e..64ac16ac 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,10 +9,10 @@ pivotalCloudCacheVersion=1.12.0 pivotalGemFireVersion=9.10.6 springVersion=5.2.13.RELEASE springBootVersion=2.3.9.RELEASE -springDataGemFireVersion=2.3.6.RELEASE -springDataGeodeVersion=2.3.6.RELEASE +springDataGemFireVersion=2.3.7.RELEASE +springDataGeodeVersion=2.3.7.RELEASE springDataGeodeTestVersion=0.0.20.RELEASE -springDataReleaseTrainVersion=Neumann-SR6 +springDataReleaseTrainVersion=Neumann-SR7 springSessionBomVersion=Dragonfruit-SR1 springSessionDataGeodeVersion=2.3.3.RELEASE springShellVersion=1.2.0.RELEASE