Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade log4j2 version to 2.17.0 #9444

Merged
merged 1 commit into from Dec 20, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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