Update to Spring Data JPA 1.11.23.RELEASE

Fixes gh-7944
This commit is contained in:
Rob Winch 2020-02-05 20:55:22 -06:00
parent a1a61d3259
commit a867f92416

View File

@ -33,7 +33,7 @@ ext.servletApiVersion = '3.1.0'
ext.slf4jVersion = '1.7.25'
ext.spockVersion = '0.7-groovy-2.0'
ext.springDataCommonsVersion = '1.13.23.RELEASE'
ext.springDataJpaVersion = '1.11.20.RELEASE'
ext.springDataJpaVersion = '1.11.23.RELEASE'
ext.springDataRedisVersion = '1.8.20.RELEASE'
ext.springSessionVersion = '1.3.4.RELEASE'
ext.springBootVersion = '1.5.16.RELEASE'