Skip to content

Commit

Permalink
Upgrade Spring Security
Browse files Browse the repository at this point in the history
  • Loading branch information
garyrussell committed Nov 4, 2019
1 parent 5c6f65f commit c38f1c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -139,7 +139,7 @@ subprojects { subproject ->
springDataMongoVersion = '2.1.12.RELEASE'
springDataRedisVersion = '2.1.12.RELEASE'
springGemfireVersion = '2.1.12.RELEASE'
springSecurityVersion = '5.1.6.RELEASE'
springSecurityVersion = '5.1.7.RELEASE'
springRetryVersion = '1.2.4.RELEASE'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.1.11.RELEASE'
springWsVersion = '3.0.8.RELEASE'
Expand Down

0 comments on commit c38f1c5

Please sign in to comment.