Skip to content

Commit

Permalink
chore: upgrade log4j version to 2.17.1 (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardolsmendes authored Jan 16, 2022
1 parent d41d012 commit 9e71588
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hive-metastore-listener/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.17.0</version>
<version>2.17.1</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>2.17.0</version>
<version>2.17.1</version>
</dependency>
<dependency>
<groupId>org.apache.hive</groupId>
Expand Down

0 comments on commit 9e71588

Please sign in to comment.