Update Default Spring Dependency to 3.2.6

Also usable with Spring 4.0.0 and 3.1.4.
This commit is contained in:
Gary Russell
2013-12-12 19:48:07 -05:00
parent ec71247c9e
commit 50af153298

View File

@@ -59,7 +59,7 @@ subprojects { subproject ->
ftpServerVersion = '1.0.6'
springVersionDefault = '3.2.5.RELEASE'
springVersionDefault = '3.2.6.RELEASE'
springVersion = project.hasProperty('springVersion') ? getProperty('springVersion') : springVersionDefault
springAmqpVersion = '1.2.0.RELEASE'