We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c98a49 commit ac657a3Copy full SHA for ac657a3
samples/javaconfig/messages/build.gradle
@@ -18,7 +18,7 @@ dependencies {
18
"org.springframework:spring-core:$springVersion",
19
"org.springframework:spring-aspects:$springVersion",
20
"org.thymeleaf:thymeleaf-spring4:$thymeleafVersion",
21
- "nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.0.4",
+ "nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.0.5",
22
"org.eclipse.persistence:javax.persistence:$javaPersistenceVersion"
23
compile("org.hibernate:hibernate-entitymanager:$hibernateVersion") {
24
exclude group:'javassist', module: 'javassist'
0 commit comments