SEC-2300: Update Spring LDAP version to 1.3.2.RELEASE

This commit is contained in:
Rob Winch 2013-08-31 10:44:44 -05:00
parent 3d2f23602f
commit 7203faf34f
3 changed files with 3 additions and 3 deletions

View File

@ -325,7 +325,7 @@
<dependency>
<groupId>org.springframework.ldap</groupId>
<artifactId>spring-ldap-core</artifactId>
<version>1.3.1.RELEASE</version>
<version>1.3.2.RELEASE</version>
<scope>test</scope>
</dependency>
<dependency>

View File

@ -11,7 +11,7 @@ sourceCompatibility = 1.5
targetCompatibility = 1.5
ext.springVersion = '3.2.4.RELEASE'
ext.springLdapVersion = '1.3.1.RELEASE'
ext.springLdapVersion = '1.3.2.RELEASE'
ext.ehcacheVersion = '1.6.2'
ext.aspectjVersion = '1.6.10'
ext.apacheDsVersion = '1.5.5'

View File

@ -52,7 +52,7 @@
<dependency>
<groupId>org.springframework.ldap</groupId>
<artifactId>spring-ldap-core</artifactId>
<version>1.3.1.RELEASE</version>
<version>1.3.2.RELEASE</version>
<scope>compile</scope>
<exclusions>
<exclusion>