Browse Source

Update Spring Data Ingalls SR8

Fixes gh-4785
Rob Winch 7 years ago
parent
commit
1f9a0e579f

+ 1 - 1
config/pom.xml

@@ -347,7 +347,7 @@
     <dependency>
       <groupId>org.springframework.data</groupId>
       <artifactId>spring-data-jpa</artifactId>
-      <version>1.10.2.RELEASE</version>
+      <version>1.11.8.RELEASE</version>
       <scope>test</scope>
       <exclusions>
         <exclusion>

+ 1 - 1
data/pom.xml

@@ -45,7 +45,7 @@
     <dependency>
       <groupId>org.springframework.data</groupId>
       <artifactId>spring-data-commons</artifactId>
-      <version>1.12.2.RELEASE</version>
+      <version>1.13.8.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>

+ 4 - 4
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'

+ 1 - 1
samples/javaconfig/data/pom.xml

@@ -75,7 +75,7 @@
     <dependency>
       <groupId>org.springframework.data</groupId>
       <artifactId>spring-data-jpa</artifactId>
-      <version>1.10.2.RELEASE</version>
+      <version>1.11.8.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>

+ 1 - 1
samples/javaconfig/messages/pom.xml

@@ -87,7 +87,7 @@
     <dependency>
       <groupId>org.springframework.data</groupId>
       <artifactId>spring-data-jpa</artifactId>
-      <version>1.10.2.RELEASE</version>
+      <version>1.11.8.RELEASE</version>
       <scope>compile</scope>
       <exclusions>
         <exclusion>