Skip to content

Commit

Permalink
upgrade log4j
Browse files Browse the repository at this point in the history
  • Loading branch information
iorixxx committed Jan 7, 2022
1 parent e423537 commit 134b34a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -219,15 +219,15 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.17.0</version>
<version>2.17.1</version>
<type>jar</type>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.17.0</version>
<version>2.17.1</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
Expand Down

0 comments on commit 134b34a

Please sign in to comment.