[bugfix](log4j) Upgrade log4j to 2.18.0 (#11368)
This commit is contained in:
@ -32,7 +32,6 @@ 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.2</log4j2.version>
|
||||
<antlr4.version>4.9.3</antlr4.version>
|
||||
</properties>
|
||||
<profiles>
|
||||
|
||||
@ -189,7 +189,7 @@ under the License.
|
||||
<json-simple.version>1.1.1</json-simple.version>
|
||||
<junit.version>5.8.2</junit.version>
|
||||
<thrift.version>0.13.0</thrift.version>
|
||||
<log4j2.version>2.17.2</log4j2.version>
|
||||
<log4j2.version>2.18.0</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>
|
||||
|
||||
@ -67,7 +67,7 @@ under the License.
|
||||
<module>auditloader</module>
|
||||
</modules>
|
||||
<properties>
|
||||
<log4j2.version>2.17.1</log4j2.version>
|
||||
<log4j2.version>2.18.0</log4j2.version>
|
||||
<doris.version>1.0-SNAPSHOT</doris.version>
|
||||
<project.scm.id>github</project.scm.id>
|
||||
</properties>
|
||||
|
||||
@ -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.2</log4j2.version>
|
||||
<log4j2.version>2.18.0</log4j2.version>
|
||||
<project.scm.id>github</project.scm.id>
|
||||
</properties>
|
||||
<profiles>
|
||||
|
||||
Reference in New Issue
Block a user