Skip to content

Commit 37f2bbf

Browse files
committed
upgrade thymeleaf to 3.0.1
1 parent 6bd87f3 commit 37f2bbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<java.version>1.8</java.version>
1818
<spring.version>4.3.1.RELEASE</spring.version>
1919
<spring-boot.version>1.4.0.BUILD-SNAPSHOT</spring-boot.version>
20-
<thymeleaf.version>3.0.0.RELEASE</thymeleaf.version>
20+
<thymeleaf.version>3.0.1.RELEASE</thymeleaf.version>
2121
</properties>
2222

2323
<dependencies>
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>nz.net.ultraq.thymeleaf</groupId>
5454
<artifactId>thymeleaf-layout-dialect</artifactId>
55-
<version>2.0.0</version>
55+
<version>2.0.1</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)