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-IOUNDERTOW-2391283
  • Loading branch information
snyk-bot committed Feb 10, 2022
1 parent 4595165 commit 7bc0422
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 @@ -78,7 +78,7 @@
<slf4j.version>1.7.30</slf4j.version>
<log4j.version>2.16.0</log4j.version>
<system-rules.version>1.19.0</system-rules.version>
<undertow.version>2.2.8.Final</undertow.version>
<undertow.version>2.2.15.Final</undertow.version>
<vavr.version>0.10.3</vavr.version>
<wiremock.version>2.26.3</wiremock.version>
</properties>
Expand Down

0 comments on commit 7bc0422

Please sign in to comment.