This is an automated email from the ASF dual-hosted git repository.
gaul pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jclouds-labs-aws.git
The following commit(s) were added to refs/heads/master by this push:
new f85534b JCLOUDS-1589: Upgrade to log4j 2.16.0
f85534b is described below
commit f85534b8bf2110a07fc279b8996aec4507001511
Author: Andrew Gaul <[email protected]>
AuthorDate: Fri Dec 17 13:33:38 2021 +0900
JCLOUDS-1589: Upgrade to log4j 2.16.0
This addresses a critical CVE:
https://logging.apache.org/log4j/2.x/security.html
---
glacier/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/glacier/pom.xml b/glacier/pom.xml
index 9d2894a..db3e898 100644
--- a/glacier/pom.xml
+++ b/glacier/pom.xml
@@ -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>