From eb775279290d21c9c82b05216e66125b9d01b457 Mon Sep 17 00:00:00 2001 From: John Blum Date: Thu, 6 Feb 2020 16:41:56 -0800 Subject: [PATCH] Set Spring dependency versions to match Spring Boot 2.2.x Spring dependency versions. Matching the Spring dependency versions to Spring Boot 2.2.x (e.g. 2.2.5.BUILD-SNAPSHOT) is necessary in order to include SBDG 1.2.x build snapshots (e.g. 1.2.5.BUILD-SNAPSHOT) via Spring Initializer on start.spring.io. Set Spring Framework version to 5.2.3.RELEASE. Set Spring Data Release Train version to Moore-SR4. Set Spring Session BOM version to Corn-RELEASE. --- gradle.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index 91e0352c..36a8e2ea 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,13 +5,13 @@ byteBuddyVersion=1.9.10 mockitoVersion=3.2.4 multithreadedtcVersion=1.01 pivotalGemFireVersion=9.8.6 -springVersion=5.2.4.BUILD-SNAPSHOT +springVersion=5.2.3.RELEASE springBootVersion=2.2.5.BUILD-SNAPSHOT springDataGemFireVersion=2.2.5.BUILD-SNAPSHOT springDataGeodeVersion=2.2.5.BUILD-SNAPSHOT springDataGeodeTestVersion=0.0.13.BUILD-SNAPSHOT -springDataReleaseTrainVersion=Moore-BUILD-SNAPSHOT -springSessionBomVersion=Corn-BUILD-SNAPSHOT +springDataReleaseTrainVersion=Moore-SR4 +springSessionBomVersion=Corn-RELEASE springSessionDataGeodeVersion=2.2.3.BUILD-SNAPSHOT springShellVersion=1.2.0.RELEASE testcontainersVersion=1.12.3