upgrade log4j2 to 2.16.0 (#9433)

This commit is contained in:
wuwen 2021-12-17 14:00:57 +08:00 committed by GitHub
parent 578bfcb48c
commit daeeeb76e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 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>
@ -234,4 +234,4 @@
<system>Github Issues</system>
<url>https://github.com/apache/dubbo/issues</url>
</issueManagement>
</project>
</project>

View File

@ -139,7 +139,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.7</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

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