Skip to content

Commit

Permalink
Upgrade to Security 5.0.7 and Data Kay SR9
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Jul 27, 2018
1 parent 663984a commit 3f66e1e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,11 @@ subprojects { subproject ->
servletApiVersion = '4.0.0'
smackVersion = '4.2.2'
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.0.4.RELEASE'
springDataJpaVersion = '2.0.7.RELEASE'
springDataMongoVersion = '2.0.7.RELEASE'
springDataRedisVersion = '2.0.7.RELEASE'
springGemfireVersion = '2.0.7.RELEASE'
springSecurityVersion = '5.0.6.RELEASE'
springDataJpaVersion = '2.0.9.RELEASE'
springDataMongoVersion = '2.0.9.RELEASE'
springDataRedisVersion = '2.0.9.RELEASE'
springGemfireVersion = '2.0.9.RELEASE'
springSecurityVersion = '5.0.7.RELEASE'
springSocialTwitterVersion = '1.1.2.RELEASE'
springRetryVersion = '1.2.2.RELEASE'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.0.8.RELEASE'
Expand Down

0 comments on commit 3f66e1e

Please sign in to comment.