Skip to content

Commit

Permalink
fix: pom.xml to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-ORGAPACHELOGGINGLOG4J-2314720
  • Loading branch information
snyk-bot committed Dec 11, 2021
1 parent abe5927 commit 19af5d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<slf4j.version>1.7.32</slf4j.version>
<log4j.version>2.13.3</log4j.version>
<log4j.version>2.15.0</log4j.version>
</properties>

<distributionManagement>
Expand Down

0 comments on commit 19af5d8

Please sign in to comment.