Upgrade Thymeleaf 3 layout dialect in doc

Closes gh-7370
This commit is contained in:
Emanuel Rabina
2016-11-12 16:28:49 +13:00
committed by Stephane Nicoll
parent a1dda12bcb
commit 6b681ddfab
6 changed files with 6 additions and 6 deletions

View File

@@ -1465,7 +1465,7 @@ By default, `spring-boot-starter-thymeleaf` uses Thymeleaf 2.1. If you are using
----
<properties>
<thymeleaf.version>3.0.2.RELEASE</thymeleaf.version>
<thymeleaf-layout-dialect.version>2.0.4</thymeleaf-layout-dialect.version>
<thymeleaf-layout-dialect.version>2.1.1</thymeleaf-layout-dialect.version>
</properties>
----