From 8e2cdf284a47da3486c0fa53d489eff90d806af3 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 20 Feb 2018 12:00:41 -0800 Subject: [PATCH] Upgrade to Spring Framework 5.0.4.RELEASE. Upgrade to Spring Data GemFire 2.0.4.RELEASE. Upgrade to Spring Data Geode 2.0.4. RELEASE. Upgrade to Spring Data Release Train Kay-SR4. Upgrade to Spring Security 5.0.2.RELEASE. Upgrade to Spring Session 2.0.2.RELEASE. --- gradle.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gradle.properties b/gradle.properties index 776def7..d4eba67 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,13 +8,13 @@ mockitoVersion=2.15.0 multithreadedtcVersion=1.01 pivotalGemFireVersion=9.1.1 slf4jVersion=1.7.25 -springVersion=5.0.3.RELEASE +springVersion=5.0.4.RELEASE springBootVersion=2.0.0.RC1 -springDataGemFireVersion=2.0.3.RELEASE -springDataGeodeVersion=2.0.3.RELEASE -springDataReleaseTrainVersion=Kay-SR3 +springDataGemFireVersion=2.0.4.RELEASE +springDataGeodeVersion=2.0.4.RELEASE +springDataReleaseTrainVersion=Kay-SR4 springIoVersion=Cairo-BUILD-SNAPSHOT -springSecurityVersion=5.0.1.RELEASE -springSessionVersion=2.0.2.BUILD-SNAPSHOT +springSecurityVersion=5.0.2.RELEASE +springSessionVersion=2.0.2.RELEASE springShellVersion=1.2.0.RELEASE version=2.0.2.BUILD-SNAPSHOT