Explorar el Código

Update to thymeleaf-layout-dialect:2.0.5

Fixes gh-8269
Josh Cummings hace 5 años
padre
commit
ac657a32a6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      samples/javaconfig/messages/build.gradle

+ 1 - 1
samples/javaconfig/messages/build.gradle

@@ -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'