From a3567692801727189d649d38ccd42fc1bd1394ca Mon Sep 17 00:00:00 2001 From: "xueyan.li" Date: Mon, 20 Dec 2021 11:22:04 +0800 Subject: [PATCH] Upgrade log4j2 to 2.17.0 (#2284) (#2290) --- fe/pom.xml | 6 +++--- fs_brokers/apache_hdfs_broker/pom.xml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/fe/pom.xml b/fe/pom.xml index a3f51f1f1bfbf..2cc9cc5d881a5 100644 --- a/fe/pom.xml +++ b/fe/pom.xml @@ -336,21 +336,21 @@ under the License. org.apache.logging.log4j log4j-api - 2.16.0 + 2.17.0 org.apache.logging.log4j log4j-core - 2.16.0 + 2.17.0 org.apache.logging.log4j log4j-slf4j-impl - 2.16.0 + 2.17.0 diff --git a/fs_brokers/apache_hdfs_broker/pom.xml b/fs_brokers/apache_hdfs_broker/pom.xml index 19de80ed62622..1e4421cf2f15d 100644 --- a/fs_brokers/apache_hdfs_broker/pom.xml +++ b/fs_brokers/apache_hdfs_broker/pom.xml @@ -273,14 +273,14 @@ under the License. org.apache.logging.log4j log4j-api - 2.16.0 + 2.17.0 org.apache.logging.log4j log4j-core - 2.16.0 + 2.17.0