This is an automated email from the ASF dual-hosted git repository.

morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 13f1f94  [chore] upgrade log4j version to 2.17.2 (#8774)
13f1f94 is described below

commit 13f1f94f86ad2e97527193804ff3b29c4391d8cd
Author: jiafeng.zhang <zhang...@gmail.com>
AuthorDate: Sat Apr 2 21:29:25 2022 +0800

    [chore] upgrade log4j version to 2.17.2 (#8774)
    
    upgrade log4j version to 2.17.2
---
 fe/fe-core/pom.xml                    | 2 +-
 fe/pom.xml                            | 2 +-
 fs_brokers/apache_hdfs_broker/pom.xml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/fe/fe-core/pom.xml b/fe/fe-core/pom.xml
index 80085a4..7a8fe89 100644
--- a/fe/fe-core/pom.xml
+++ b/fe/fe-core/pom.xml
@@ -32,7 +32,7 @@ under the License.
         <doris.home>${basedir}/../../</doris.home>
         <fe_ut_parallel>1</fe_ut_parallel>
         <doris.thirdparty>${basedir}/../../thirdparty</doris.thirdparty>
-        <log4j2.version>2.17.1</log4j2.version>
+        <log4j2.version>2.17.2</log4j2.version>
     </properties>
     <profiles>
         <profile>
diff --git a/fe/pom.xml b/fe/pom.xml
index 9d92828..bcec1bd 100644
--- a/fe/pom.xml
+++ b/fe/pom.xml
@@ -149,7 +149,7 @@ under the License.
         <json-simple.version>1.1.1</json-simple.version>
         <junit.version>4.12</junit.version>
         <thrift.version>0.13.0</thrift.version>
-        <log4j2.version>2.17.1</log4j2.version>
+        <log4j2.version>2.17.2</log4j2.version>
         <metrics-core.version>4.0.2</metrics-core.version>
         <netty-all.version>4.1.42.Final</netty-all.version>
         <objenesis.version>2.1</objenesis.version>
diff --git a/fs_brokers/apache_hdfs_broker/pom.xml 
b/fs_brokers/apache_hdfs_broker/pom.xml
index 9106c2f..c15f5f6 100644
--- a/fs_brokers/apache_hdfs_broker/pom.xml
+++ b/fs_brokers/apache_hdfs_broker/pom.xml
@@ -67,7 +67,7 @@ under the License.
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <maven.compiler.source>1.8</maven.compiler.source>
         <maven.compiler.target>1.8</maven.compiler.target>
-        <log4j2.version>2.17.1</log4j2.version>
+        <log4j2.version>2.17.2</log4j2.version>
         <project.scm.id>github</project.scm.id>
     </properties>
     <profiles>

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to