upgrade log4j2 to 2.16.0 (#9433)
This commit is contained in:
parent
578bfcb48c
commit
daeeeb76e9
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue