Update Default Spring Dependency to 3.2.6
Also usable with Spring 4.0.0 and 3.1.4.
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user