Browse Source

Update to Spring Data Ingalls SR16

Fixes: gh-5976
Rob Winch 6 năm trước cách đây
mục cha
commit
e1f33d577f
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  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.14.RELEASE'
-ext.springDataJpaVersion = '1.11.12.RELEASE'
-ext.springDataRedisVersion = '1.8.12.RELEASE'
+ext.springDataCommonsVersion = '1.13.16.RELEASE'
+ext.springDataJpaVersion = '1.11.16.RELEASE'
+ext.springDataRedisVersion = '1.8.16.RELEASE'
 ext.springSessionVersion = '1.3.2.RELEASE'
 ext.springBootVersion = '1.5.16.RELEASE'
 ext.thymeleafVersion = '3.0.9.RELEASE'