upgrade log4j2 version to 2.16.0 (#9434)

This commit is contained in:
huazhongming 2021-12-17 14:06:57 +08:00 committed by GitHub
parent c7c5af3d15
commit 3dac257e8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -103,7 +103,7 @@
<profile>
<id>release</id>
<properties>
<log4j2_version>2.11.1</log4j2_version>
<log4j2_version>2.16.0</log4j2_version>
</properties>
<build>
<plugins>

View File

@ -140,7 +140,7 @@
<log4j_version>1.2.16</log4j_version>
<logback_version>1.2.2</logback_version>
<!-- Fix the bug of log4j refer:https://github.com/apache/logging-log4j2/pull/608 -->
<log4j2_version>2.15.0</log4j2_version>
<log4j2_version>2.16.0</log4j2_version>
<commons_io_version>2.6</commons_io_version>
<embedded_redis_version>0.10.0</embedded_redis_version>

View File

@ -42,7 +42,7 @@
<spring-boot.version>2.3.1.RELEASE</spring-boot.version>
<dubbo.version>${revision}</dubbo.version>
<!-- Fix the bug of log4j refer:https://github.com/apache/logging-log4j2/pull/608 -->
<log4j2_version>2.15.0</log4j2_version>
<log4j2_version>2.16.0</log4j2_version>
</properties>
<dependencyManagement>

View File

@ -379,7 +379,7 @@
<profile>
<id>release</id>
<properties>
<log4j2_version>2.11.1</log4j2_version>
<log4j2_version>2.16.0</log4j2_version>
<jacoco.skip>false</jacoco.skip>
</properties>
<build>