From 6ca478341f0587b27bdd912f38eb5348b8a9f9a5 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 23 Oct 2018 23:20:54 -0700 Subject: [PATCH] Upgrade to Spring Boot 2.1.0.RC1. Upgrade to Spring Session 2.1.0.RELEASE. --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 4d6b4a3..0b37d23 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,12 +8,12 @@ pivotalGemFireVersion=9.5.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.1.1.RELEASE -springBootVersion=2.1.0.M4 +springBootVersion=2.1.0.RC1 springDataGemFireVersion=2.1.1.RELEASE springDataGeodeVersion=2.1.1.RELEASE springDataGeodeTestVersion=0.0.1.M4 springDataReleaseTrainVersion=Lovelace-SR1 -springSessionVersion=2.1.0.BUILD-SNAPSHOT +springSessionVersion=2.1.0.RELEASE springSessionBomVersion=Bean-RC1 springShellVersion=1.2.0.RELEASE version=2.1.0.BUILD-SNAPSHOT