Update to thymeleaf-layout-dialect:2.0.5

Fixes gh-8269
This commit is contained in:
Josh Cummings 2020-03-31 22:51:08 -06:00
parent 6c98a49010
commit ac657a32a6
No known key found for this signature in database
GPG Key ID: 49EF60DD7FF83443

View File

@ -18,7 +18,7 @@ dependencies {
"org.springframework:spring-core:$springVersion",
"org.springframework:spring-aspects:$springVersion",
"org.thymeleaf:thymeleaf-spring4:$thymeleafVersion",
"nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.0.4",
"nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.0.5",
"org.eclipse.persistence:javax.persistence:$javaPersistenceVersion"
compile("org.hibernate:hibernate-entitymanager:$hibernateVersion") {
exclude group:'javassist', module: 'javassist'