From f5e2a37dabfb91a6756bab8e39264bede3d97529 Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 28 Apr 2021 08:01:29 -0700 Subject: [PATCH] Upgrade to Spring Data Neumann-SR9. Upgrade to Spring Data for Apache Geode & VMware Tanzu (Pivotal) GemFire 2.3.9.RELEASE. Upgrade to Spring Data Release Train (BOM) Neumann-SR9. --- gradle.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index da7031a4..dbc1d4c5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,10 +10,10 @@ pivotalCloudCacheVersion=1.12.0 pivotalGemFireVersion=9.10.7 springVersion=5.2.14.RELEASE springBootVersion=2.3.10.RELEASE -springDataGemFireVersion=2.3.7.RELEASE -springDataGeodeVersion=2.3.7.RELEASE +springDataGemFireVersion=2.3.9.RELEASE +springDataGeodeVersion=2.3.9.RELEASE springDataGeodeTestVersion=0.0.20.RELEASE -springDataReleaseTrainVersion=Neumann-SR7 +springDataReleaseTrainVersion=Neumann-SR9 springSessionBomVersion=Dragonfruit-SR2 springSessionDataGeodeVersion=2.3.4.RELEASE springShellVersion=1.2.0.RELEASE