We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66ca1d9 commit 932b084Copy full SHA for 932b084
build.gradle
@@ -42,7 +42,7 @@ allprojects {
42
ext.releaseBuild = version.endsWith('RELEASE')
43
ext.snapshotBuild = version.endsWith('SNAPSHOT')
44
ext.springVersion = '4.3.30.RELEASE'
45
- ext.springLdapVersion = '2.3.2.RELEASE'
+ ext.springLdapVersion = '2.3.3.RELEASE'
46
47
group = 'org.springframework.security'
48
0 commit comments