Skip to content

Commit

Permalink
Upgrade dependencies; prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Jul 22, 2020
1 parent 8468edc commit 6940b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -137,7 +137,7 @@ subprojects { subproject ->
springSecurityVersion = '4.2.12.RELEASE'
springSocialTwitterVersion = '1.1.2.RELEASE'
springRetryVersion = '1.1.5.RELEASE'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '4.3.26.RELEASE'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '4.3.28.RELEASE'
springWsVersion = '2.4.6.RELEASE'
xmlUnitVersion = '1.6'
xstreamVersion = '1.4.7'
Expand Down

0 comments on commit 6940b86

Please sign in to comment.