We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21abd35 commit 60011f7Copy full SHA for 60011f7
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>loophole.mvc</groupId>
5
<artifactId>lmvc</artifactId>
6
- <version>1.03.00</version>
+ <version>1.04.00</version>
7
<packaging>jar</packaging>
8
<name>lmvc</name>
9
<properties>
@@ -15,7 +15,7 @@
15
<dependency>
16
<groupId>org.apache.commons</groupId>
17
<artifactId>commons-lang3</artifactId>
18
- <version>3.8</version>
+ <version>3.8.1</version>
19
</dependency>
20
21
<groupId>org.slf4j</groupId>
@@ -41,7 +41,7 @@
41
42
<groupId>org.thymeleaf</groupId>
43
<artifactId>thymeleaf</artifactId>
44
- <version>3.0.9.RELEASE</version>
+ <version>3.0.11.RELEASE</version>
45
46
47
<!-- provided dependencies -->
0 commit comments