From 782685cae1aebc9300248b15c79b056dfba11bdb Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 21 Oct 2020 12:52:49 -0700 Subject: [PATCH] Upgrade to Spring Data Ockham-RC2. Upgrade to Spring Data for Apache Geode 2.4.0-RC2. Upgrade to Spring Data BOM (Release Train) 2020.0.0-RC2. --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 7a7142f6..3f656b74 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,9 +9,9 @@ pivotalCloudCacheVersion=1.12.0 pivotalGemFireVersion=9.10.2 springVersion=5.3.0-RC2 springBootVersion=2.4.0-M4 -springDataGeodeVersion=2.4.0-RC1 +springDataGeodeVersion=2.4.0-RC2 springDataGeodeTestVersion=0.0.19.RELEASE -springDataReleaseTrainVersion=2020.0.0-RC1 +springDataReleaseTrainVersion=2020.0.0-RC2 springSessionBomVersion=2020.0.0-RC1 springSessionDataGeodeVersion=2.4.0-RC1 springShellVersion=1.2.0.RELEASE