Browse Source

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

pull/44/head
Rob Winch 12 years ago
parent
commit
7203faf34f
  1. 2
      config/pom.xml
  2. 2
      gradle/javaprojects.gradle
  3. 2
      ldap/pom.xml

2
config/pom.xml

@ -325,7 +325,7 @@ @@ -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>

2
gradle/javaprojects.gradle

@ -11,7 +11,7 @@ sourceCompatibility = 1.5 @@ -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'

2
ldap/pom.xml

@ -52,7 +52,7 @@ @@ -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>

Loading…
Cancel
Save