INT-2804 - Update Spring dependency to 3.1.3

INT-2806 - Update Spring Security dependency to 3.1.3

For reference see:

* https://jira.springsource.org/browse/INT-2804
* https://jira.springsource.org/browse/INT-2806
This commit is contained in:
Gunnar Hillert
2012-11-01 17:12:13 -04:00
parent 66200e94a2
commit 4aaa59e758

View File

@@ -47,14 +47,14 @@ subprojects { subproject ->
mockitoVersion = '1.9.0'
// When changing Spring Versions - don't forget to update bundlor ranges
springVersionDefault = '3.1.2.RELEASE'
springVersionDefault = '3.1.3.RELEASE'
springVersion = project.hasProperty('springVersion') ? getProperty('springVersion') : springVersionDefault
springAmqpVersion = '1.1.2.RELEASE'
springDataMongoVersion = '1.1.1.RELEASE'
springDataRedisVersion = '1.0.2.RELEASE'
springGemfireVersion = '1.1.1.RELEASE'
springSecurityVersion = '3.1.0.RELEASE'
springSecurityVersion = '3.1.3.RELEASE'
springSocialTwitterVersion = '1.0.1.RELEASE'
springWsVersion = '2.1.1.RELEASE'
springRetryVersion = '1.0.2.RELEASE'