From 8171b7eeb800e4f3a0fc5b8764daf9707353be6f Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 30 Jan 2019 18:34:00 -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 2.0.9.RELEASE. Upgrade to Spring Session BOM Apple-SR8. --- gradle.properties | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/gradle.properties b/gradle.properties index 2d71c26..e214c0b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,13 +8,13 @@ multithreadedtcVersion=1.01 pivotalGemFireVersion=9.1.1 # The Spring Boot & Spring Session version are the only required version properties. # The other Spring version properties are for overriding/testing purposes. -springVersion=5.0.10.RELEASE -springBootVersion=2.0.6.RELEASE -springDataGemFireVersion=2.0.11.RELEASE -springDataGeodeVersion=2.0.11.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.KAY-M1 -springDataReleaseTrainVersion=Kay-SR11 -springSessionVersion=2.0.8.BUILD-SNAPSHOT -springSessionBomVersion=Apple-SR6 +springDataReleaseTrainVersion=Kay-SR13 +springSessionVersion=2.0.9.RELEASE +springSessionBomVersion=Apple-SR8 springShellVersion=1.2.0.RELEASE version=2.0.8.BUILD-SNAPSHOT