Skip to content

Commit 2161a99

Browse files
committed
Updated dependencies
1 parent 60011f7 commit 2161a99

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

+6-6
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.04.00</version>
6+
<version>1.05.00</version>
77
<packaging>jar</packaging>
88
<name>lmvc</name>
99
<properties>
@@ -15,27 +15,27 @@
1515
<dependency>
1616
<groupId>org.apache.commons</groupId>
1717
<artifactId>commons-lang3</artifactId>
18-
<version>3.8.1</version>
18+
<version>3.9</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>org.slf4j</groupId>
2222
<artifactId>slf4j-api</artifactId>
23-
<version>1.7.25</version>
23+
<version>1.7.30</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>org.apache.logging.log4j</groupId>
2727
<artifactId>log4j-slf4j-impl</artifactId>
28-
<version>2.11.1</version>
28+
<version>2.13.1</version>
2929
</dependency>
3030
<dependency>
3131
<groupId>org.apache.logging.log4j</groupId>
3232
<artifactId>log4j-api</artifactId>
33-
<version>2.11.1</version>
33+
<version>2.13.1</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>org.apache.logging.log4j</groupId>
3737
<artifactId>log4j-core</artifactId>
38-
<version>2.11.1</version>
38+
<version>2.13.1</version>
3939
</dependency>
4040

4141
<dependency>

0 commit comments

Comments
 (0)