1
0
mirror of synced 2026-07-20 01:55:08 +00:00

Update to Spring Framework 4.3.22

Fixes gh-6406
This commit is contained in:
Joe Grandja
2019-01-10 15:27:11 -05:00
parent 7da0c74095
commit 59ea0f0711
+1 -1
View File
@@ -30,7 +30,7 @@ allprojects {
ext.releaseBuild = version.endsWith('RELEASE')
ext.snapshotBuild = version.endsWith('SNAPSHOT')
ext.springVersion = '4.3.21.RELEASE'
ext.springVersion = '4.3.22.RELEASE'
ext.springLdapVersion = '2.3.2.RELEASE'
group = 'org.springframework.security'