Skip to content

Commit

Permalink
upgrade logging jars due to security issues (apache#9791)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Mar 16, 2022
1 parent fc2d4d7 commit da4f5f2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion compiler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<profile>
<id>release</id>
<properties>
<log4j2_version>2.17.0</log4j2_version>
<log4j2_version>2.17.2</log4j2_version>
</properties>
<build>
<plugins>
Expand Down
6 changes: 3 additions & 3 deletions dubbo-dependencies-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,10 @@
<!-- Log libs -->
<slf4j_version>1.7.25</slf4j_version>
<jcl_version>1.2</jcl_version>
<log4j_version>1.2.16</log4j_version>
<logback_version>1.2.2</logback_version>
<log4j_version>1.2.17</log4j_version>
<logback_version>1.2.11</logback_version>
<!-- Fix the bug of log4j refer:https://github.com/apache/logging-log4j2/pull/608 -->
<log4j2_version>2.17.0</log4j2_version>
<log4j2_version>2.17.2</log4j2_version>
<commons_io_version>2.7</commons_io_version>

<embedded_redis_version>0.10.0</embedded_redis_version>
Expand Down
4 changes: 2 additions & 2 deletions dubbo-spring-boot/pom.xml
Original file line number Diff line number Diff line change
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.17.0</log4j2_version>
<log4j2_version>2.17.2</log4j2_version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -192,4 +192,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@
<profile>
<id>release</id>
<properties>
<log4j2_version>2.17.0</log4j2_version>
<log4j2_version>2.17.2</log4j2_version>
</properties>
<build>
<plugins>
Expand Down

0 comments on commit da4f5f2

Please sign in to comment.