From e7af99158f2e6719a429433f3603e937b15bbde4 Mon Sep 17 00:00:00 2001 From: John Blum Date: Thu, 20 Aug 2020 15:20:26 -0700 Subject: [PATCH] Upgrade to Spring Data Neumann-SR3. Upgrade to Spring Data for Apache Geode & VMware/Pivotal GemFire 2.3.3.RELEASE. Upgrade to Spring Data BOM (Release Train) Neumann-SR3. --- gradle.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index f0a78e75..546d7152 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,10 +9,10 @@ pivotalCloudCacheVersion=1.12.0 pivotalGemFireVersion=9.10.2 springVersion=5.2.8.RELEASE springBootVersion=2.3.3.RELEASE -springDataGemFireVersion=2.3.2.RELEASE -springDataGeodeVersion=2.3.2.RELEASE +springDataGemFireVersion=2.3.3.RELEASE +springDataGeodeVersion=2.3.3.RELEASE springDataGeodeTestVersion=0.0.17.RELEASE -springDataReleaseTrainVersion=Neumann-SR2 +springDataReleaseTrainVersion=Neumann-SR3 springSessionBomVersion=Dragonfruit-RELEASE springSessionDataGeodeVersion=2.3.0.RELEASE springShellVersion=1.2.0.RELEASE