Skip to content

Commit 6ac041c

Browse files
committed
Update Thymeleaf 3 related versions in docs and sample
See gh-6991 Closes gh-7183
1 parent a531173 commit 6ac041c

File tree

2 files changed

+3
-3
lines changed
  • spring-boot-docs/src/main/asciidoc
  • spring-boot-samples/spring-boot-sample-web-thymeleaf3

2 files changed

+3
-3
lines changed

spring-boot-docs/src/main/asciidoc/howto.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1465,7 +1465,7 @@ By default, `spring-boot-starter-thymeleaf` uses Thymeleaf 2.1. If you are using
14651465
----
14661466
<properties>
14671467
<thymeleaf.version>3.0.2.RELEASE</thymeleaf.version>
1468-
<thymeleaf-layout-dialect.version>2.0.3</thymeleaf-layout-dialect.version>
1468+
<thymeleaf-layout-dialect.version>2.0.4</thymeleaf-layout-dialect.version>
14691469
</properties>
14701470
----
14711471

spring-boot-samples/spring-boot-sample-web-thymeleaf3/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
</organization>
1818
<properties>
1919
<main.basedir>${basedir}/../..</main.basedir>
20-
<thymeleaf.version>3.0.0.RELEASE</thymeleaf.version>
21-
<thymeleaf-layout-dialect.version>2.0.0</thymeleaf-layout-dialect.version>
20+
<thymeleaf.version>3.0.2.RELEASE</thymeleaf.version>
21+
<thymeleaf-layout-dialect.version>2.0.4</thymeleaf-layout-dialect.version>
2222
</properties>
2323
<dependencies>
2424
<dependency>

0 commit comments

Comments
 (0)