From 6ac041c43b416dcaf67e288ca5b504e058dfce8c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 19 Oct 2016 10:41:28 +0100 Subject: [PATCH] Update Thymeleaf 3 related versions in docs and sample See gh-6991 Closes gh-7183 --- spring-boot-docs/src/main/asciidoc/howto.adoc | 2 +- spring-boot-samples/spring-boot-sample-web-thymeleaf3/pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-boot-docs/src/main/asciidoc/howto.adoc b/spring-boot-docs/src/main/asciidoc/howto.adoc index 77a973340b9..00381ee3981 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 b3f678cc45f..d5cb13eb49d 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