Skip to content

Commit

Permalink
Fix exploit log4j
Browse files Browse the repository at this point in the history
  • Loading branch information
CreaCloudz authored Dec 13, 2021
1 parent 5eba8da commit 230c375
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,19 +115,19 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.6</version>
<version>2.15.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.6</version>
<version>2.15.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>2.6</version>
<version>2.15.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 230c375

Please sign in to comment.