Skip to content

Commit

Permalink
Upgrade to S-A-2.0.2, S-S-5.0.1, S-Retry-1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Jan 29, 2018
1 parent 3fa777d commit 92ae12b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -128,14 +128,14 @@ subprojects { subproject ->
romeToolsVersion = '1.8.0'
servletApiVersion = '4.0.0'
smackVersion = '4.2.2'
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.0.1.RELEASE'
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.0.2.RELEASE'
springDataJpaVersion = '2.0.3.RELEASE'
springDataMongoVersion = '2.0.3.RELEASE'
springDataRedisVersion = '2.0.3.RELEASE'
springGemfireVersion = '2.0.3.RELEASE'
springSecurityVersion = '5.0.0.RELEASE'
springSecurityVersion = '5.0.1.RELEASE'
springSocialTwitterVersion = '1.1.2.RELEASE'
springRetryVersion = '1.2.1.RELEASE'
springRetryVersion = '1.2.2.RELEASE'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.0.3.RELEASE'
springWsVersion = '3.0.0.RELEASE'
tomcatVersion = "8.5.23"
Expand Down

0 comments on commit 92ae12b

Please sign in to comment.