JCLOUDS-1589: Upgrade to log4j 2.16.0

This addresses a critical CVE:

https://logging.apache.org/log4j/2.x/security.html
This commit is contained in:
Andrew Gaul 2021-12-17 13:33:38 +09:00
parent b0592c5afa
commit 66ef18c6ae
1 changed files with 2 additions and 2 deletions

View File

@ -104,8 +104,8 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>