From 7c5578b158bd1c721e4c9b9cac04b12b399231fc Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 28 Nov 2018 14:37:15 -0800 Subject: [PATCH] Upgrade to Spring Framework 5.1.3.RELEASE. Upgrade to Spring Data Build 2.1.3.RELEASE. Upgrade to Spring Data for Apache Geode 2.1.3.RELEASE. Upgrade to Spring Data for Pivotal GemFire 2.1.3.RELEASE. Upgrade to Spring Data Release Train Lovelace-SR3. --- gradle.properties | 8 ++++---- pom.xml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gradle.properties b/gradle.properties index 3ce5655..317287f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,10 +6,10 @@ lombokVersion=1.18.4 mockitoVersion=2.23.0 multithreadedtcVersion=1.01 pivotalGemFireVersion=9.5.2 -springVersion=5.1.2.RELEASE +springVersion=5.1.3.RELEASE springBootVersion=2.1.0.RELEASE -springDataGemFireVersion=2.1.2.RELEASE -springDataGeodeVersion=2.1.2.RELEASE -springDataReleaseTrainVersion=Lovelace-SR2 +springDataGemFireVersion=2.1.3.RELEASE +springDataGeodeVersion=2.1.3.RELEASE +springDataReleaseTrainVersion=Lovelace-SR3 springShellVersion=1.2.0.RELEASE version=0.0.1.BUILD-SNAPSHOT diff --git a/pom.xml b/pom.xml index 121014e..35ad364 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ org.springframework.data.build spring-data-parent - 2.1.2.RELEASE + 2.1.3.RELEASE org.springframework.data @@ -89,7 +89,7 @@ 2.23.0 1.01 2.1.0.RELEASE - Lovelace-SR2 + Lovelace-SR3 1.2.0.RELEASE