瀏覽代碼

Update to Spring LDAP 2.2.0.RELEASE

Fixes gh-4124
Rob Winch 8 年之前
父節點
當前提交
7259759f8d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -28,7 +28,7 @@ allprojects {
 	ext.releaseBuild = version.endsWith('RELEASE')
 	ext.snapshotBuild = version.endsWith('SNAPSHOT')
 	ext.springVersion = '4.3.4.RELEASE'
-	ext.springLdapVersion = '2.2.0.RC1'
+	ext.springLdapVersion = '2.2.0.RELEASE'
 
 	group = 'org.springframework.security'