Skip to content

Commit

Permalink
fix: pom.xml to reduce vulnerabilities (#590)
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-2321524
  • Loading branch information
snyk-bot authored Dec 22, 2021
1 parent 0e14579 commit 86c1368
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
<commons.text.version>1.9</commons.text.version>
<commons.cli.version>1.4</commons.cli.version>
<commons.lang3.version>3.12.0</commons.lang3.version>
<log4j.version>2.16.0</log4j.version>
<log4j.version>2.17.0</log4j.version>
<disruptor.version>3.3.7</disruptor.version>

<junit.version>4.13.2</junit.version>
Expand Down Expand Up @@ -172,7 +172,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
<ignore/>
</action>
</pluginExecution>
<pluginExecution>
Expand All @@ -191,7 +191,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
<ignore/>
</action>
</pluginExecution>
<pluginExecution>
Expand All @@ -212,7 +212,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
<ignore/>
</action>
</pluginExecution>
</pluginExecutions>
Expand Down

0 comments on commit 86c1368

Please sign in to comment.