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-COMFASTERXMLJACKSONCORE-2326698
  • Loading branch information
snyk-bot authored and bdemers committed Jan 31, 2022
1 parent f6d0679 commit 82189f8
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 @@ -74,7 +74,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<buildNumber>${user.name}-${maven.build.timestamp}</buildNumber>

<jackson.version>2.12.5</jackson.version>
<jackson.version>2.12.6</jackson.version>
<orgjson.version>20180130</orgjson.version>
<gson.version>2.8.8</gson.version>

Expand Down

0 comments on commit 82189f8

Please sign in to comment.