Skip to content

Commit

Permalink
upgrade log4j version to fix vulnerabilities and modify scope to test (
Browse files Browse the repository at this point in the history
  • Loading branch information
fengjiachun authored Jul 29, 2020
1 parent 5ca7134 commit 406d34d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions jraft-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,18 +70,22 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-jcl</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.lmax</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<jsr305.version>3.0.2</jsr305.version>
<junit.dep.version>4.8.2</junit.dep.version>
<junit.version>4.12</junit.version>
<log4j.version>2.2</log4j.version>
<log4j.version>2.13.2</log4j.version>
<main.user.dir>${user.dir}</main.user.dir>
<metrics.version>4.0.2</metrics.version>
<mockito.version>1.9.5</mockito.version>
Expand Down

0 comments on commit 406d34d

Please sign in to comment.