Skip to content

Commit

Permalink
Added Bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mayur-hitachivantara authored Apr 3, 2024
1 parent eb20b9d commit 3faabae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@

<!-- Third-party dependencies -->
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.17</version>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.13.0</version> <!-- [vulnerable 2.14.1] latest 2.22.0 -->
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit 3faabae

Please sign in to comment.