This is an automated email from the ASF dual-hosted git repository.
dzamo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git
The following commit(s) were added to refs/heads/master by this push:
new b3ffa80 DRILL-8074: Upgrade log4j because of CVE-2021-44228 (#2403)
b3ffa80 is described below
commit b3ffa80cf0412b99ccf40fb4ba4edff452ffc6d3
Author: kingswanwho <[email protected]>
AuthorDate: Sat Dec 11 14:18:14 2021 +0800
DRILL-8074: Upgrade log4j because of CVE-2021-44228 (#2403)
Co-authored-by: kingswanwho <[email protected]>
---
contrib/format-excel/pom.xml | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/contrib/format-excel/pom.xml b/contrib/format-excel/pom.xml
index b618889..e538ab5 100644
--- a/contrib/format-excel/pom.xml
+++ b/contrib/format-excel/pom.xml
@@ -56,8 +56,13 @@
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
+ <artifactId>log4j-api</artifactId>
+ <version>2.15.0</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-to-slf4j</artifactId>
- <version>2.14.1</version>
+ <version>2.15.0</version>
</dependency>
<!-- Test dependencies -->
<dependency>