Skip to content

Commit d4cf440

Browse files
committed
Upgrade Spring Framework to 5.0.8
1 parent 2709bc1 commit d4cf440

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
@@ -154,7 +154,7 @@ subprojects { subproject ->
154154
springSecurityVersion = '5.0.6.RELEASE'
155155
springSocialTwitterVersion = '1.1.2.RELEASE'
156156
springRetryVersion = '1.2.2.RELEASE'
157-
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.0.7.RELEASE'
157+
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.0.8.RELEASE'
158158
springWsVersion = '3.0.2.RELEASE'
159159
tomcatVersion = "8.5.23"
160160
xmlUnitVersion = '1.6'

0 commit comments

Comments
 (0)