Update to Thymeleaf 3.0.11.RELEASE

Fixes gh-7948
This commit is contained in:
Rob Winch 2020-02-05 20:56:42 -06:00
parent dbaeb2fdd9
commit e794dcd203

View File

@ -37,7 +37,7 @@ ext.springDataJpaVersion = '1.11.23.RELEASE'
ext.springDataRedisVersion = '1.8.23.RELEASE'
ext.springSessionVersion = '1.3.5.RELEASE'
ext.springBootVersion = '1.5.22.RELEASE'
ext.thymeleafVersion = '3.0.9.RELEASE'
ext.thymeleafVersion = '3.0.11.RELEASE'
ext.jsonassertVersion = '1.4.0'
ext.validationApiVersion = '1.1.0.Final'