From 8c20eba992c772b6f56e32b71dac4075c5703392 Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 8 Aug 2018 17:27:05 -0700 Subject: [PATCH] Upgrade to Spring Framework 5.0.8.RELEASE. Upgrade to Spring Boot 2.0.4.RELEASE. Upgrade to Spring Data for Apache Geode 2.0.9.RELEASE. Upgrade to Spring Data for Pivotal GemFire 2.0.9.RELEASE. Upgrade to Spring Data Release Train Kay-SR9. Upgrade to Spring Session BOM Apple-SR4. --- gradle.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gradle.properties b/gradle.properties index bbac72d..d5de3f9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,13 +6,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.7.RELEASE -springBootVersion=2.0.3.RELEASE -springDataGemFireVersion=2.0.8.RELEASE -springDataGeodeVersion=2.0.8.RELEASE +springVersion=5.0.8.RELEASE +springBootVersion=2.0.4.RELEASE +springDataGemFireVersion=2.0.9.RELEASE +springDataGeodeVersion=2.0.9.RELEASE springDataGeodeTestVersion=0.0.1.BUILD-SNAPSHOT -springDataReleaseTrainVersion=Kay-SR8 +springDataReleaseTrainVersion=Kay-SR9 springSessionVersion=2.0.4.RELEASE -springSessionBomVersion=Apple-SR3 +springSessionBomVersion=Apple-SR4 springShellVersion=1.2.0.RELEASE version=2.0.4.BUILD-SNAPSHOT