From 5bef85c59d78e848a661255a4637b6c69c4c2cca Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 1 Oct 2019 17:35:55 -0700 Subject: [PATCH] Update dependencies. Upgrade to Spring Framework 2.1.10.RELEASE. Upgrade to Spring Data Commons 2.1.11.RELEASE. Upgrade to Spring Data for Apache Geode & Pivotal GemFire 2.1.11.RELEASE. Upgrade to Spring Data Release Train Lovelace-SR11. Upgrade to Spring Session 2.1.9.RELEASE. Upgrade to Spring Test for Apache Geode & Pivotal GemFire 0.0.8.RELEASE. --- gradle.properties | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/gradle.properties b/gradle.properties index 747fab0..9cb087b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,14 +7,14 @@ multithreadedtcVersion=1.01 pivotalGemFireVersion=9.5.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.1.9.RELEASE +springVersion=5.1.10.RELEASE springBootVersion=2.1.8.BUILD-SNAPSHOT -springDataCommonsVersion=2.1.10.RELEASE -springDataGemFireVersion=2.1.10.RELEASE -springDataGeodeVersion=2.1.10.RELEASE -springDataGeodeTestVersion=0.0.7.RELEASE -springDataReleaseTrainVersion=Lovelace-SR10 -springSessionVersion=2.1.9.BUILD-SNAPSHOT +springDataCommonsVersion=2.1.11.RELEASE +springDataGemFireVersion=2.1.11`.RELEASE +springDataGeodeVersion=2.1.11.RELEASE +springDataGeodeTestVersion=0.0.8.RELEASE +springDataReleaseTrainVersion=Lovelace-SR11 +springSessionVersion=2.1.9.RELEASE springSessionBomVersion=Bean-BUILD-SNAPSHOT springShellVersion=1.2.0.RELEASE version=2.1.6.BUILD-SNAPSHOT