1
0
mirror of synced 2026-08-05 17:57:15 +00:00

Update Spring Data Ingalls SR8

Fixes gh-4785
This commit is contained in:
Rob Winch
2017-11-02 16:23:43 -05:00
parent 9e7d08c9e7
commit 1f9a0e579f
5 changed files with 8 additions and 8 deletions
+4 -4
View File
@@ -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'