瀏覽代碼

Update to Spring LDAP 2.3.3

Closes gh-9274
Josh Cummings 4 年之前
父節點
當前提交
932b084923
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -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'