浏览代码

Update to Spring Data Ingalls-SR18

Fixes gh-6407
Joe Grandja 6 年之前
父节点
当前提交
853765c55c
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      gradle/javaprojects.gradle

+ 3 - 3
gradle/javaprojects.gradle

@@ -32,9 +32,9 @@ 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.13.17.RELEASE'
-ext.springDataJpaVersion = '1.11.17.RELEASE'
-ext.springDataRedisVersion = '1.8.17.RELEASE'
+ext.springDataCommonsVersion = '1.13.18.RELEASE'
+ext.springDataJpaVersion = '1.11.18.RELEASE'
+ext.springDataRedisVersion = '1.8.18.RELEASE'
 ext.springSessionVersion = '1.3.4.RELEASE'
 ext.springBootVersion = '1.5.16.RELEASE'
 ext.thymeleafVersion = '3.0.9.RELEASE'