Skip to content

Commit 60011f7

Browse files
committed
Upgraded thymeleaf
1 parent 21abd35 commit 60011f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>loophole.mvc</groupId>
55
<artifactId>lmvc</artifactId>
6-
<version>1.03.00</version>
6+
<version>1.04.00</version>
77
<packaging>jar</packaging>
88
<name>lmvc</name>
99
<properties>
@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>org.apache.commons</groupId>
1717
<artifactId>commons-lang3</artifactId>
18-
<version>3.8</version>
18+
<version>3.8.1</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>org.slf4j</groupId>
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>org.thymeleaf</groupId>
4343
<artifactId>thymeleaf</artifactId>
44-
<version>3.0.9.RELEASE</version>
44+
<version>3.0.11.RELEASE</version>
4545
</dependency>
4646

4747
<!-- provided dependencies -->

0 commit comments

Comments
 (0)