Skip to content

Commit

Permalink
Upgrade Spring Framework/Data
Browse files Browse the repository at this point in the history
  • Loading branch information
garyrussell committed Jun 14, 2019
1 parent 3668d9f commit 0259d43
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Expand Up @@ -135,13 +135,13 @@ subprojects { subproject ->
servletApiVersion = '4.0.0'
smackVersion = '4.3.3'
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.1.6.RELEASE'
springDataJpaVersion = '2.1.7.RELEASE'
springDataMongoVersion = '2.1.7.RELEASE'
springDataRedisVersion = '2.1.7.RELEASE'
springGemfireVersion = '2.1.7.RELEASE'
springDataJpaVersion = '2.1.9.RELEASE'
springDataMongoVersion = '2.1.9.RELEASE'
springDataRedisVersion = '2.1.9.RELEASE'
springGemfireVersion = '2.1.9.RELEASE'
springSecurityVersion = '5.1.5.RELEASE'
springRetryVersion = '1.2.4.RELEASE'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.1.7.RELEASE'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.1.8.RELEASE'
springWsVersion = '3.0.7.RELEASE'
tomcatVersion = "9.0.19"
xstreamVersion = '1.4.11.1'
Expand Down

0 comments on commit 0259d43

Please sign in to comment.