Skip to content

Commit

Permalink
log4j 2.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
heavyrain2012 committed Dec 29, 2021
1 parent d96c201 commit 0d8a6e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions broker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,18 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.17.0</version>
<version>2.17.1</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.17.0</version>
<version>2.17.1</version>
</dependency>
<!--用于与slf4j保持桥接-->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>2.17.0</version>
<version>2.17.1</version>
</dependency>
<!-- slf4j核心包-->
<dependency>
Expand Down

0 comments on commit 0d8a6e6

Please sign in to comment.