Update to Spring Session 1.3.4.RELEASE

This commit is contained in:
Rob Winch 2018-11-28 11:01:56 -06:00
parent 10fec400eb
commit 3747a14258

View File

@ -35,7 +35,7 @@ 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.springSessionVersion = '1.3.3.RELEASE'
ext.springSessionVersion = '1.3.4.RELEASE'
ext.springBootVersion = '1.5.16.RELEASE'
ext.thymeleafVersion = '3.0.9.RELEASE'
ext.jsonassertVersion = '1.4.0'