Update to spring-data-commons-1.12.6.RELEASE

Fixes gh-439
This commit is contained in:
Rob Winch
2016-12-22 09:19:08 -06:00
parent 961e7eaf08
commit 7f0e68bdc2
4 changed files with 19 additions and 19 deletions

View File

@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.ldap</groupId>
<artifactId>spring-ldap-plain-sample</artifactId>
<version>2.2.0.RC1</version>
<version>2.2.1.BUILD-SNAPSHOT</version>
<packaging>war</packaging>
<name>spring-ldap-plain-sample</name>
<description>spring-ldap-plain-sample</description>
@@ -75,25 +75,25 @@
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons</artifactId>
<version>1.12.1.RELEASE</version>
<version>1.12.6.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.ldap</groupId>
<artifactId>spring-ldap-test</artifactId>
<version>2.2.0.RC1</version>
<version>2.2.1.BUILD-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>4.3.3.RELEASE</version>
<version>4.3.4.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>4.3.3.RELEASE</version>
<version>4.3.4.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -165,7 +165,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>4.3.3.RELEASE</version>
<version>4.3.4.RELEASE</version>
<scope>test</scope>
</dependency>
</dependencies>