Update to Spring LDAP 2.3.3

Closes gh-9274
This commit is contained in:
Josh Cummings 2020-12-09 09:39:40 -07:00
parent 66ca1d93f2
commit 932b084923
No known key found for this signature in database
GPG Key ID: 49EF60DD7FF83443
1 changed files with 1 additions and 1 deletions

View File

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