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.
This commit is contained in:
John Blum
2020-02-06 16:41:56 -08:00
parent c319e7cf4d
commit eb77527929

View File

@@ -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