Upgrade to Spring Data Lovelace SR10

This commit is contained in:
Gary Russell
2019-08-05 09:30:23 -04:00
parent b618f0889e
commit 82852ef9de

View File

@@ -135,10 +135,10 @@ subprojects { subproject ->
servletApiVersion = '4.0.0'
smackVersion = '4.3.3'
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.1.8.RELEASE'
springDataJpaVersion = '2.1.10.BUILD-SNAPSHOT'
springDataMongoVersion = '2.1.10.BUILD-SNAPSHOT'
springDataRedisVersion = '2.1.10.BUILD-SNAPSHOT'
springGemfireVersion = '2.1.10.BUILD-SNAPSHOT'
springDataJpaVersion = '2.1.10.RELEASE'
springDataMongoVersion = '2.1.10.RELEASE'
springDataRedisVersion = '2.1.10.RELEASE'
springGemfireVersion = '2.1.10.RELEASE'
springSecurityVersion = '5.1.5.RELEASE'
springRetryVersion = '1.2.4.RELEASE'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.1.9.RELEASE'