Skip to content

Commit

Permalink
upgrade log4j2 version to 2.17.0 (#9444)
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyHZM committed Dec 20, 2021
1 parent 63e714a commit 8cc9579
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion compiler/pom.xml
Expand Up @@ -103,7 +103,7 @@
<profile>
<id>release</id>
<properties>
<log4j2_version>2.16.0</log4j2_version>
<log4j2_version>2.17.0</log4j2_version>
</properties>
<build>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion dubbo-dependencies-bom/pom.xml
Expand Up @@ -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.16.0</log4j2_version>
<log4j2_version>2.17.0</log4j2_version>
<commons_io_version>2.7</commons_io_version>

<embedded_redis_version>0.10.0</embedded_redis_version>
Expand Down
2 changes: 1 addition & 1 deletion dubbo-spring-boot/pom.xml
Expand Up @@ -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.16.0</log4j2_version>
<log4j2_version>2.17.0</log4j2_version>
</properties>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -323,7 +323,7 @@
<profile>
<id>release</id>
<properties>
<log4j2_version>2.16.0</log4j2_version>
<log4j2_version>2.17.0</log4j2_version>
</properties>
<build>
<plugins>
Expand Down

0 comments on commit 8cc9579

Please sign in to comment.