mirror of https://github.com/apache/jclouds.git
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:
parent
b0592c5afa
commit
66ef18c6ae
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue