Upgrade to Spring Framework 2.1.8.RELEASE.

This commit is contained in:
John Blum
2019-06-13 17:10:59 -07:00
parent 2933db8a17
commit 5db3de8e52
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ apply plugin: 'io.spring.convention.root'
group = 'org.springframework.geode'
description = 'Spring Boot for Apache Geode & Pivotal GemFire'
//ext['spring.version'] = "$springVersion"
ext['spring.version'] = "$springVersion"
ext['spring-data-releasetrain.version'] = "$springDataReleaseTrainVersion"
ext.snapshotBuild = version.endsWith('SNAPSHOT')

View File

@@ -4,7 +4,7 @@ byteBuddyVersion=1.9.10
mockitoVersion=2.28.2
multithreadedtcVersion=1.01
pivotalGemFireVersion=9.5.3
springVersion=5.1.7.RELEASE
springVersion=5.1.8.RELEASE
springBootVersion=2.1.4.RELEASE
springDataGemFireVersion=2.1.9.BUILD-SNAPSHOT
springDataGeodeVersion=2.1.9.BUILD-SNAPSHOT