Update to Spring Data Commons 1.13.14

Fixes gh-5825
This commit is contained in:
Joe Grandja 2018-09-07 17:22:54 -04:00
parent b0d865e28f
commit e40bc262bb

View File

@ -32,7 +32,7 @@ ext.seleniumVersion = '2.44.0'
ext.servletApiVersion = '3.1.0' ext.servletApiVersion = '3.1.0'
ext.slf4jVersion = '1.7.25' ext.slf4jVersion = '1.7.25'
ext.spockVersion = '0.7-groovy-2.0' ext.spockVersion = '0.7-groovy-2.0'
ext.springDataCommonsVersion = '1.13.12.RELEASE' ext.springDataCommonsVersion = '1.13.14.RELEASE'
ext.springDataJpaVersion = '1.11.12.RELEASE' ext.springDataJpaVersion = '1.11.12.RELEASE'
ext.springDataRedisVersion = '1.8.12.RELEASE' ext.springDataRedisVersion = '1.8.12.RELEASE'
ext.springSessionVersion = '1.3.2.RELEASE' ext.springSessionVersion = '1.3.2.RELEASE'