upgrade log4j2 version to 2.16.0 (#9434)
This commit is contained in:
parent
c7c5af3d15
commit
3dac257e8e
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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