From 136c2d63a0907942fe194f774e3bb011e272d1ff Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 20 Nov 2019 11:42:08 -0800 Subject: [PATCH] Update Spring Dependencies. Upgrade to Spring Framework 5.2.1.RELEASE. Upgrade to Spring Boot 2.2.2.BUILD-SNAPSHOT. Upgrade to Spring Data for Apache Geode & Pivotal GemFire 2.2.2.RELEASE. Upgrade to Spring Data Release Train Moore-SR2. Upgrade to Spring Test for Apache Geode & Pivotal GemFire 0.0.10.RELEASE. --- gradle.properties | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/gradle.properties b/gradle.properties index 1e1b15c..3faa568 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,13 +7,13 @@ multithreadedtcVersion=1.01 pivotalGemFireVersion=9.8.4 # The Spring Boot & Spring Session version are the only required version properties. # The other Spring version properties are for overriding/testing purposes. -springVersion=5.2.0.RELEASE -springBootVersion=2.2.0.BUILD-SNAPSHOT -springDataCommonsVersion=2.2.0.RELEASE -springDataGemFireVersion=2.2.0.RELEASE -springDataGeodeVersion=2.2.0.RELEASE -springDataGeodeTestVersion=0.0.9.RELEASE -springDataReleaseTrainVersion=Moore-RELEASE +springVersion=5.2.1.RELEASE +springBootVersion=2.2.2.BUILD-SNAPSHOT +springDataCommonsVersion=2.2.2.RELEASE +springDataGemFireVersion=2.2.2.RELEASE +springDataGeodeVersion=2.2.2.RELEASE +springDataGeodeTestVersion=0.0.10.RELEASE +springDataReleaseTrainVersion=Moore-SR2 springSessionVersion=2.2.1.BUILD-SNAPSHOT springSessionBomVersion=Corn-BUILD-SNAPSHOT springShellVersion=1.2.0.RELEASE