Update to Spring LDAP 2.3.2

Fixes gh-4777
This commit is contained in:
Rob Winch 2017-11-02 14:54:49 -05:00
parent 0f546dcb07
commit 7c0da854da
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -359,7 +359,7 @@
<dependency> <dependency>
<groupId>org.springframework.ldap</groupId> <groupId>org.springframework.ldap</groupId>
<artifactId>spring-ldap-core</artifactId> <artifactId>spring-ldap-core</artifactId>
<version>2.2.0.RELEASE</version> <version>2.3.2.RELEASE</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>

View File

@ -45,7 +45,7 @@
<dependency> <dependency>
<groupId>org.springframework.ldap</groupId> <groupId>org.springframework.ldap</groupId>
<artifactId>spring-ldap-core</artifactId> <artifactId>spring-ldap-core</artifactId>
<version>2.2.0.RELEASE</version> <version>2.3.2.RELEASE</version>
<scope>compile</scope> <scope>compile</scope>
<exclusions> <exclusions>
<exclusion> <exclusion>