Skip to content

Commit 44f2404

Browse files
committed
Upgrade to Spring Framework 4.3.25, retry 1.1.5
1 parent 79d7d3a commit 44f2404

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ subprojects { subproject ->
136136
springGemfireVersion = '1.8.11.RELEASE'
137137
springSecurityVersion = '4.2.12.RELEASE'
138138
springSocialTwitterVersion = '1.1.2.RELEASE'
139-
springRetryVersion = '1.1.3.RELEASE'
140-
springVersion = project.hasProperty('springVersion') ? project.springVersion : '4.3.23.RELEASE'
139+
springRetryVersion = '1.1.5.RELEASE'
140+
springVersion = project.hasProperty('springVersion') ? project.springVersion : '4.3.25.RELEASE'
141141
springWsVersion = '2.4.5.RELEASE'
142142
xmlUnitVersion = '1.6'
143143
xstreamVersion = '1.4.7'

0 commit comments

Comments
 (0)