Update to Spring 4.3.4.RELEASE

Fixes gh-4123
This commit is contained in:
Rob Winch 2016-11-09 16:53:23 -06:00
parent 697daeab7c
commit 14e5e06ae0
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ allprojects {
ext.releaseBuild = version.endsWith('RELEASE')
ext.snapshotBuild = version.endsWith('SNAPSHOT')
ext.springVersion = '4.3.3.RELEASE'
ext.springVersion = '4.3.4.RELEASE'
ext.springLdapVersion = '2.2.0.RC1'
group = 'org.springframework.security'