From ffcd1b0c2f17df5580e59465e8155f618e68b6d7 Mon Sep 17 00:00:00 2001 From: John Blum Date: Mon, 9 Nov 2020 12:19:48 -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 Commons 2.3.5.RELEASE. Upgrade to Spring Data Release Train (BOM) Neumann-SR5. --- gradle.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle.properties b/gradle.properties index c8969f0..1d083e3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,11 +12,11 @@ pivotalGemFireVersion=9.10.4 # The other Spring version properties are for overriding/testing purposes. springVersion=5.2.10.RELEASE springBootVersion=2.3.5.RELEASE -springDataCommonsVersion=2.3.4.RELEASE -springDataGemFireVersion=2.3.4.RELEASE -springDataGeodeVersion=2.3.4.RELEASE +springDataCommonsVersion=2.3.5.RELEASE +springDataGemFireVersion=2.3.5.RELEASE +springDataGeodeVersion=2.3.5.RELEASE springDataGeodeTestVersion=0.0.20.RELEASE -springDataReleaseTrainVersion=Neumann-SR4 +springDataReleaseTrainVersion=Neumann-SR5 springSessionVersion=2.3.2.BUILD-SNAPSHOT springSessionBomVersion=Dragonfruit-RELEASE springShellVersion=1.2.0.RELEASE