Update to Spring Framework 4.3.18.RELEASE

Fixes: gh-5437
This commit is contained in:
Rob Winch 2018-06-12 17:21:00 -05:00
parent 8445e91b22
commit 216512bc54

View File

@ -30,7 +30,7 @@ allprojects {
ext.releaseBuild = version.endsWith('RELEASE')
ext.snapshotBuild = version.endsWith('SNAPSHOT')
ext.springVersion = '4.3.17.RELEASE'
ext.springVersion = '4.3.18.RELEASE'
ext.springLdapVersion = '2.3.2.RELEASE'
group = 'org.springframework.security'