From 6187359888dfd47edca81b7b4278a25dc51d3e09 Mon Sep 17 00:00:00 2001 From: Joe Grandja Date: Wed, 13 Mar 2019 15:32:54 -0400 Subject: [PATCH] Update to Spring Data 1.13.18.RELEASE Fixes gh-510 --- gradle/java.gradle | 2 +- samples/odm/pom.xml | 6 +++--- samples/plain/pom.xml | 6 +++--- samples/user-admin/pom.xml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/gradle/java.gradle b/gradle/java.gradle index da8da308..de497e84 100644 --- a/gradle/java.gradle +++ b/gradle/java.gradle @@ -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' diff --git a/samples/odm/pom.xml b/samples/odm/pom.xml index 68254504..6165c502 100644 --- a/samples/odm/pom.xml +++ b/samples/odm/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.ldap spring-ldap-odm-sample - 2.3.2.BUILD-SNAPSHOT + 2.3.3.BUILD-SNAPSHOT war spring-ldap-odm-sample spring-ldap-odm-sample @@ -81,13 +81,13 @@ org.springframework.data spring-data-commons - 1.12.5.RELEASE + 1.13.18.RELEASE compile org.springframework.ldap spring-ldap-test - 2.3.2.BUILD-SNAPSHOT + 2.3.3.BUILD-SNAPSHOT compile diff --git a/samples/plain/pom.xml b/samples/plain/pom.xml index 1c4d6220..b23c4452 100644 --- a/samples/plain/pom.xml +++ b/samples/plain/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.ldap spring-ldap-plain-sample - 2.3.2.BUILD-SNAPSHOT + 2.3.3.BUILD-SNAPSHOT war spring-ldap-plain-sample spring-ldap-plain-sample @@ -75,13 +75,13 @@ org.springframework.data spring-data-commons - 1.12.5.RELEASE + 1.13.18.RELEASE compile org.springframework.ldap spring-ldap-test - 2.3.2.BUILD-SNAPSHOT + 2.3.3.BUILD-SNAPSHOT compile diff --git a/samples/user-admin/pom.xml b/samples/user-admin/pom.xml index 2fd3c2a1..8a01d79c 100644 --- a/samples/user-admin/pom.xml +++ b/samples/user-admin/pom.xml @@ -87,7 +87,7 @@ org.springframework.data spring-data-commons - 1.12.1.RELEASE + 1.13.18.RELEASE compile