Skip to content

Commit

Permalink
Upgraded Log4J to 2.16.0 to address new vulnerability.
Browse files Browse the repository at this point in the history
  • Loading branch information
John MacAuley committed Dec 15, 2021
1 parent 82b1aa1 commit fe059c6
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 @@ -147,13 +147,13 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>[2.15.0,)</version>
<version>[2.16.0,)</version>
</dependency>

<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>[2.15.0,)</version>
<version>[2.16.0,)</version>
</dependency>

<!-- Google JSON parsers for reading configuration data from files. -->
Expand Down

0 comments on commit fe059c6

Please sign in to comment.