1
0
mirror of synced 2026-08-05 09:47:05 +00:00

Update to Spring 4.3.19

Fixes gh-5826
This commit is contained in:
Joe Grandja
2018-09-07 17:29:18 -04:00
parent e40bc262bb
commit 58c9cbb471
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ allprojects {
ext.releaseBuild = version.endsWith('RELEASE')
ext.snapshotBuild = version.endsWith('SNAPSHOT')
ext.springVersion = '4.3.18.RELEASE'
ext.springVersion = '4.3.19.RELEASE'
ext.springLdapVersion = '2.3.2.RELEASE'
group = 'org.springframework.security'