diff --git a/config/pom.xml b/config/pom.xml index 42a17c4a57..2af3c77970 100644 --- a/config/pom.xml +++ b/config/pom.xml @@ -347,7 +347,7 @@ org.springframework.data spring-data-jpa - 1.10.2.RELEASE + 1.11.8.RELEASE test diff --git a/data/pom.xml b/data/pom.xml index ce50850376..3f1265c092 100644 --- a/data/pom.xml +++ b/data/pom.xml @@ -45,7 +45,7 @@ org.springframework.data spring-data-commons - 1.12.2.RELEASE + 1.13.8.RELEASE compile diff --git a/gradle/javaprojects.gradle b/gradle/javaprojects.gradle index b9aaec641c..b0a220705b 100644 --- a/gradle/javaprojects.gradle +++ b/gradle/javaprojects.gradle @@ -32,10 +32,10 @@ ext.seleniumVersion = '2.44.0' ext.servletApiVersion = '3.1.0' ext.slf4jVersion = '1.7.25' ext.spockVersion = '0.7-groovy-2.0' -ext.springDataCommonsVersion = '1.12.2.RELEASE' -ext.springDataJpaVersion = '1.10.2.RELEASE' -ext.springDataRedisVersion = '1.7.2.RELEASE' -ext.springSessionVersion = '1.2.1.RELEASE' +ext.springDataCommonsVersion = '1.13.8.RELEASE' +ext.springDataJpaVersion = '1.11.8.RELEASE' +ext.springDataRedisVersion = '1.8.8.RELEASE' +ext.springSessionVersion = '1.3.1.RELEASE' ext.springBootVersion = '1.5.8.RELEASE' ext.thymeleafVersion = '3.0.2.RELEASE' ext.jsonassertVersion = '1.4.0' diff --git a/samples/javaconfig/data/pom.xml b/samples/javaconfig/data/pom.xml index 76e90f8c81..2a60b02272 100644 --- a/samples/javaconfig/data/pom.xml +++ b/samples/javaconfig/data/pom.xml @@ -75,7 +75,7 @@ org.springframework.data spring-data-jpa - 1.10.2.RELEASE + 1.11.8.RELEASE compile diff --git a/samples/javaconfig/messages/pom.xml b/samples/javaconfig/messages/pom.xml index bb60ba09b8..fa03c2dce0 100644 --- a/samples/javaconfig/messages/pom.xml +++ b/samples/javaconfig/messages/pom.xml @@ -87,7 +87,7 @@ org.springframework.data spring-data-jpa - 1.10.2.RELEASE + 1.11.8.RELEASE compile