Upgrade to Spring Framework 5.1.7.RELEASE.

This commit is contained in:
John Blum
2019-06-09 19:24:51 -07:00
parent b3fbaadf7c
commit 24d680f0f3
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ group = 'org.springframework.session'
description = 'Spring Session for Apache Geode'
ext['groovy.version'] = "$groovyVersion"
//ext['spring.version'] = "$springVersion"
ext['spring.version'] = "$springVersion"
//ext['spring-data-releasetrain.version'] = "$springDataReleaseTrainVersion"
//ext['spring-session-bom.version'] = "$springSessionBomVersion"

View File

@@ -7,7 +7,7 @@ multithreadedtcVersion=1.01
pivotalGemFireVersion=9.5.3
# 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.6.RELEASE
springVersion=5.1.7.RELEASE
springBootVersion=2.1.4.RELEASE
springDataCommonsVersion=2.1.6.RELEASE
springDataGemFireVersion=2.1.6.RELEASE