SEC-2300: Update Spring LDAP version to 1.3.2.RELEASE
This commit is contained in:
+1
-1
@@ -325,7 +325,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.ldap</groupId>
|
<groupId>org.springframework.ldap</groupId>
|
||||||
<artifactId>spring-ldap-core</artifactId>
|
<artifactId>spring-ldap-core</artifactId>
|
||||||
<version>1.3.1.RELEASE</version>
|
<version>1.3.2.RELEASE</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ sourceCompatibility = 1.5
|
|||||||
targetCompatibility = 1.5
|
targetCompatibility = 1.5
|
||||||
|
|
||||||
ext.springVersion = '3.2.4.RELEASE'
|
ext.springVersion = '3.2.4.RELEASE'
|
||||||
ext.springLdapVersion = '1.3.1.RELEASE'
|
ext.springLdapVersion = '1.3.2.RELEASE'
|
||||||
ext.ehcacheVersion = '1.6.2'
|
ext.ehcacheVersion = '1.6.2'
|
||||||
ext.aspectjVersion = '1.6.10'
|
ext.aspectjVersion = '1.6.10'
|
||||||
ext.apacheDsVersion = '1.5.5'
|
ext.apacheDsVersion = '1.5.5'
|
||||||
|
|||||||
+1
-1
@@ -52,7 +52,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.ldap</groupId>
|
<groupId>org.springframework.ldap</groupId>
|
||||||
<artifactId>spring-ldap-core</artifactId>
|
<artifactId>spring-ldap-core</artifactId>
|
||||||
<version>1.3.1.RELEASE</version>
|
<version>1.3.2.RELEASE</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
<exclusions>
|
<exclusions>
|
||||||
<exclusion>
|
<exclusion>
|
||||||
|
|||||||
Reference in New Issue
Block a user