From cf37fc62603efba689dd3989ef97a55c025369d0 Mon Sep 17 00:00:00 2001 From: John Blum Date: Thu, 12 Sep 2019 01:25:18 -0700 Subject: [PATCH] Upgrade to Spring Test for Apache Geode & Pivotal GemFire 0.0.8.RELEASE. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index bfaf746..63ce246 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,7 +12,7 @@ springBootVersion=2.2.0.M6 springDataCommonsVersion=2.2.0.RC3 springDataGemFireVersion=2.2.0.RC3 springDataGeodeVersion=2.2.0.RC3 -springDataGeodeTestVersion=0.0.7.RELEASE +springDataGeodeTestVersion=0.0.8.RELEASE springDataReleaseTrainVersion=Moore-RC3 springSessionVersion=2.2.0.BUILD-SNAPSHOT springSessionBomVersion=Corn-BUILD-SNAPSHOT