From 1795c1077a0b128c837cedf9f5eae038d715771f Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 11 Dec 2019 14:18:28 -0800 Subject: [PATCH] Upgrade to Spring Data for Apache Geode & Pivotal GemFire 2.2.3.RELEASE. Upgrade to Spring Data Commons 2.2.3.RELEASE. Upgrade to Spring Data Release Train Moore-SR3. --- gradle.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle.properties b/gradle.properties index 87aa649..6df192d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,11 +9,11 @@ pivotalGemFireVersion=9.8.4 # The other Spring version properties are for overriding/testing purposes. springVersion=5.2.2.RELEASE springBootVersion=2.2.2.RELEASE -springDataCommonsVersion=2.2.2.RELEASE -springDataGemFireVersion=2.2.2.RELEASE -springDataGeodeVersion=2.2.2.RELEASE +springDataCommonsVersion=2.2.3.RELEASE +springDataGemFireVersion=2.2.3.RELEASE +springDataGeodeVersion=2.2.3.RELEASE springDataGeodeTestVersion=0.0.10.RELEASE -springDataReleaseTrainVersion=Moore-SR2 +springDataReleaseTrainVersion=Moore-SR3 springSessionVersion=2.2.1.BUILD-SNAPSHOT springSessionBomVersion=Corn-BUILD-SNAPSHOT springShellVersion=1.2.0.RELEASE