diff --git a/spring-boot-docs/src/main/asciidoc/howto.adoc b/spring-boot-docs/src/main/asciidoc/howto.adoc index 77a973340b..00381ee398 100644 --- a/spring-boot-docs/src/main/asciidoc/howto.adoc +++ b/spring-boot-docs/src/main/asciidoc/howto.adoc @@ -1465,7 +1465,7 @@ By default, `spring-boot-starter-thymeleaf` uses Thymeleaf 2.1. If you are using ---- 3.0.2.RELEASE - 2.0.3 + 2.0.4 ---- diff --git a/spring-boot-samples/spring-boot-sample-web-thymeleaf3/pom.xml b/spring-boot-samples/spring-boot-sample-web-thymeleaf3/pom.xml index b3f678cc45..d5cb13eb49 100755 --- a/spring-boot-samples/spring-boot-sample-web-thymeleaf3/pom.xml +++ b/spring-boot-samples/spring-boot-sample-web-thymeleaf3/pom.xml @@ -17,8 +17,8 @@ ${basedir}/../.. - 3.0.0.RELEASE - 2.0.0 + 3.0.2.RELEASE + 2.0.4