Skip to content

Commit 932b084

Browse files
committed
Update to Spring LDAP 2.3.3
Closes gh-9274
1 parent 66ca1d9 commit 932b084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ allprojects {
4242
ext.releaseBuild = version.endsWith('RELEASE')
4343
ext.snapshotBuild = version.endsWith('SNAPSHOT')
4444
ext.springVersion = '4.3.30.RELEASE'
45-
ext.springLdapVersion = '2.3.2.RELEASE'
45+
ext.springLdapVersion = '2.3.3.RELEASE'
4646

4747
group = 'org.springframework.security'
4848

0 commit comments

Comments
 (0)