Skip to content

Commit ac657a3

Browse files
committed
Update to thymeleaf-layout-dialect:2.0.5
Fixes gh-8269
1 parent 6c98a49 commit ac657a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/javaconfig/messages/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies {
1818
"org.springframework:spring-core:$springVersion",
1919
"org.springframework:spring-aspects:$springVersion",
2020
"org.thymeleaf:thymeleaf-spring4:$thymeleafVersion",
21-
"nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.0.4",
21+
"nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.0.5",
2222
"org.eclipse.persistence:javax.persistence:$javaPersistenceVersion"
2323
compile("org.hibernate:hibernate-entitymanager:$hibernateVersion") {
2424
exclude group:'javassist', module: 'javassist'

0 commit comments

Comments
 (0)