Skip to content

Commit

Permalink
Latest Log4j
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed May 11, 2024
1 parent ca2412c commit 9b2db22
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,20 @@
<artifactId>xom</artifactId>
<version>1.2.5</version>
</dependency>

<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.13</version>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.23.1</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.23.1</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-1.2-api</artifactId>
<version>2.23.1</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 9b2db22

Please sign in to comment.