1
0
mirror of synced 2026-07-19 09:35:12 +00:00

Update to Spring 4.3.21.RELEASE

This commit is contained in:
Rob Winch
2018-11-28 11:00:14 -06:00
parent faefcc73e9
commit 8f03a04b9a
+1 -1
View File
@@ -30,7 +30,7 @@ allprojects {
ext.releaseBuild = version.endsWith('RELEASE')
ext.snapshotBuild = version.endsWith('SNAPSHOT')
ext.springVersion = '4.3.19.RELEASE'
ext.springVersion = '4.3.21.RELEASE'
ext.springLdapVersion = '2.3.2.RELEASE'
group = 'org.springframework.security'