Update to Spring Data 1.13.18.RELEASE

Fixes gh-510
This commit is contained in:
Joe Grandja
2019-03-13 15:32:54 -04:00
parent 2767a29eb5
commit 6187359888
4 changed files with 8 additions and 8 deletions

View File

@@ -6,7 +6,7 @@ targetCompatibility = '1.6'
ext.apacheDsVersion = '1.5.5'
ext.springVersion = '4.3.4.RELEASE'
ext.springDataVersion = '1.12.5.RELEASE'
ext.springDataVersion = '1.13.18.RELEASE'
ext.springDataSpring3Version = '1.10.2.RELEASE'
ext.springBatchVersion = '2.0.4.RELEASE'
ext.junitVersion = '4.12'

View File

@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.ldap</groupId>
<artifactId>spring-ldap-odm-sample</artifactId>
<version>2.3.2.BUILD-SNAPSHOT</version>
<version>2.3.3.BUILD-SNAPSHOT</version>
<packaging>war</packaging>
<name>spring-ldap-odm-sample</name>
<description>spring-ldap-odm-sample</description>
@@ -81,13 +81,13 @@
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons</artifactId>
<version>1.12.5.RELEASE</version>
<version>1.13.18.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.ldap</groupId>
<artifactId>spring-ldap-test</artifactId>
<version>2.3.2.BUILD-SNAPSHOT</version>
<version>2.3.3.BUILD-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>

View File

@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.ldap</groupId>
<artifactId>spring-ldap-plain-sample</artifactId>
<version>2.3.2.BUILD-SNAPSHOT</version>
<version>2.3.3.BUILD-SNAPSHOT</version>
<packaging>war</packaging>
<name>spring-ldap-plain-sample</name>
<description>spring-ldap-plain-sample</description>
@@ -75,13 +75,13 @@
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons</artifactId>
<version>1.12.5.RELEASE</version>
<version>1.13.18.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.ldap</groupId>
<artifactId>spring-ldap-test</artifactId>
<version>2.3.2.BUILD-SNAPSHOT</version>
<version>2.3.3.BUILD-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>

View File

@@ -87,7 +87,7 @@
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons</artifactId>
<version>1.12.1.RELEASE</version>
<version>1.13.18.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>