JAVA-2411: Update spring-thymeleaf module and articles

This commit is contained in:
sampadawagde 2020-09-12 17:54:33 +05:30
parent ebf5019635
commit 8f19db031e
1 changed files with 4 additions and 4 deletions

View File

@ -145,10 +145,10 @@
</build>
<properties>
<spring-data.version>2.0.9.RELEASE</spring-data.version>
<org.thymeleaf-version>3.0.9.RELEASE</org.thymeleaf-version>
<org.thymeleaf.extras-version>3.0.1.RELEASE</org.thymeleaf.extras-version>
<thymeleaf-layout-dialect.version>2.3.0</thymeleaf-layout-dialect.version>
<spring-data.version>2.3.2.RELEASE</spring-data.version>
<org.thymeleaf-version>3.0.11.RELEASE</org.thymeleaf-version>
<org.thymeleaf.extras-version>3.0.4.RELEASE</org.thymeleaf.extras-version>
<thymeleaf-layout-dialect.version>2.4.1</thymeleaf-layout-dialect.version>
<javax.validation-version>2.0.1.Final</javax.validation-version>
<hibernate-validator.version>6.0.11.Final</hibernate-validator.version>