Skip to content

Commit f247faa

Browse files
committed
Upgrade to Spring Framework 5.0.4
1 parent 6df25d3 commit f247faa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ subprojects { subproject ->
138138
springSecurityVersion = '5.0.1.RELEASE'
139139
springSocialTwitterVersion = '1.1.2.RELEASE'
140140
springRetryVersion = '1.2.2.RELEASE'
141-
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.0.4.BUILD-SNAPSHOT'
141+
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.0.4.RELEASE'
142142
springWsVersion = '3.0.0.RELEASE'
143143
tomcatVersion = "8.5.23"
144144
xmlUnitVersion = '1.6'

0 commit comments

Comments
 (0)