From 747a789188bafe632dcf138c89fdfeea56ac4101 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 6 Nov 2018 12:42:37 -0800 Subject: [PATCH] Upgrade to Spring Framework 5.1.2.RELEASE. Upgrade to Spring Boot 2.1.0.RELEASE. Upgrade to Spring Data for Apache Geode 2.1.2.RELEASE. Upgrade to Spring Data for Pivotal GemFire 2.1.2.RELEASE. Upgrade to Spring Data Release Train Lovelace-SR2. Upgrade to Spring Session 2.1.2.BUILD-SNAPSHOT. Upgrade to Spring Session BOM Bean-RELEASE. --- gradle.properties | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/gradle.properties b/gradle.properties index a0c0af2..64359da 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,16 +4,16 @@ apacheTaglibsStandardVersion=1.2.5 groovyVersion=2.4.15 javaxServletJspJstlApiVersion=1.2.1 multithreadedtcVersion=1.01 -pivotalGemFireVersion=9.5.1 +pivotalGemFireVersion=9.5.2 # 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.1.RELEASE -springBootVersion=2.1.0.RC1 -springDataGemFireVersion=2.1.1.RELEASE -springDataGeodeVersion=2.1.1.RELEASE +springVersion=5.1.2.RELEASE +springBootVersion=2.1.0.RELEASE +springDataGemFireVersion=2.1.2.RELEASE +springDataGeodeVersion=2.1.2.RELEASE springDataGeodeTestVersion=0.0.1.M6 -springDataReleaseTrainVersion=Lovelace-SR1 -springSessionVersion=2.1.1.BUILD-SNAPSHOT -springSessionBomVersion=Bean-RC1 +springDataReleaseTrainVersion=Lovelace-SR2 +springSessionVersion=2.1.2.BUILD-SNAPSHOT +springSessionBomVersion=Bean-RELEASE springShellVersion=1.2.0.RELEASE version=2.1.1.BUILD-SNAPSHOT