From 2472f9f5d6475205427d8de3c9f22d13a6379396 Mon Sep 17 00:00:00 2001 From: John Blum Date: Thu, 17 Jan 2019 12:27:23 -0800 Subject: [PATCH] Upgrade to Spring Framework 5.0.12.RELEASE. Upgrade to Spring Boot 2.0.8.RELEASE. Upgrade to Spring Data for Apache Geode 2.0.13.RELEASE. Upgrade to Spring Data for Pivotal GemFire 2.0.13.RELEASE. Upgrade to Spring Data Release Train Kay-SR13. Upgrade to Spring Session BOM Apple-SR8. --- gradle.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gradle.properties b/gradle.properties index 53e6edff..d6611163 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,13 +3,13 @@ apacheGeodeVersion=1.2.1 mockitoVersion=2.23.4 multithreadedtcVersion=1.01 pivotalGemFireVersion=9.1.1 -springVersion=5.0.11.RELEASE -springBootVersion=2.0.7.RELEASE -springDataGemFireVersion=2.0.12.RELEASE -springDataGeodeVersion=2.0.12.RELEASE +springVersion=5.0.12.RELEASE +springBootVersion=2.0.8.RELEASE +springDataGemFireVersion=2.0.13.RELEASE +springDataGeodeVersion=2.0.13.RELEASE springDataGeodeTestVersion=0.0.1.RC1 -springDataReleaseTrainVersion=Kay-SR12 -springSessionBomVersion=Apple-SR7 +springDataReleaseTrainVersion=Kay-SR13 +springSessionBomVersion=Apple-SR8 springSessionDataGeodeVersion=2.0.7.RELEASE springShellVersion=1.2.0.RELEASE version=1.0.0.BUILD-SNAPSHOT