Skip to content

Commit

Permalink
升级log4j2版本
Browse files Browse the repository at this point in the history
  • Loading branch information
heavyrain2012 committed Dec 11, 2021
1 parent 0d8103a commit 2d11991
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>cn.wildfirechat</groupId>
<artifactId>app</artifactId>
<version>0.54</version>
<version>0.55</version>
<packaging>jar</packaging>

<name>app</name>
Expand Down Expand Up @@ -73,6 +73,27 @@
<version>2.5.0</version>
</dependency>

<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>2.15.0</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.15.0</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.15.0</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-to-slf4j</artifactId>
<version>2.15.0</version>
</dependency>

<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
Expand Down

0 comments on commit 2d11991

Please sign in to comment.