From aafebc5616b4b96733d45b69c4b8b4067c43f452 Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 24 Oct 2018 17:45:06 -0700 Subject: [PATCH] Upgrade to Spring Framework 2.0.10.RELEASE. Upgrade to Spring Boot 2.0.6.RELEASE. Upgrade to Spring Data for Apache Geode 2.0.11.RELEASE. Upgrade to Spring Data for Pivotal GemFire 2.0.11.RELEASE. Upgrade to Spring Data Release Train Kay-SR11. Upgrade to Spring Session 2.0.7.RELEASE. Upgrade to Spring Session BOM Apple-SR6. --- gradle.properties | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/gradle.properties b/gradle.properties index ff6b9f9..c147e50 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.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-SR9 -springSessionVersion=2.0.6.BUILD-SNAPSHOT -springSessionBomVersion=Apple-SR4 +springVersion=5.0.10.RELEASE +springBootVersion=2.0.6.RELEASE +springDataGemFireVersion=2.0.11.RELEASE +springDataGeodeVersion=2.0.11.RELEASE +springDataGeodeTestVersion=0.0.1.M4 +springDataReleaseTrainVersion=Kay-SR11 +springSessionVersion=2.0.7.RELEASE +springSessionBomVersion=Apple-SR6 springShellVersion=1.2.0.RELEASE version=2.0.6.BUILD-SNAPSHOT