Upgrade to Spring Framework 4.1.7.RELEASE

This commit is contained in:
Andy Wilkinson
2015-07-28 17:44:50 +01:00
parent 1175ca91e2
commit e5c992c249

View File

@@ -14,7 +14,7 @@ allprojects {
apply plugin: 'samples'
ext {
springVersion = '4.1.5.RELEASE'
springVersion = '4.1.7.RELEASE'
jmustacheVersion = '1.10'
}