Skip to content

Commit

Permalink
fix: castor-common/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-2421244
  • Loading branch information
snyk-bot committed Mar 21, 2022
1 parent 9b7b3fd commit 916c320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion castor-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<!-- external dependencies -->
<commons-lang3.version>3.12.0</commons-lang3.version>
<httpclient.version>4.5.13</httpclient.version>
<jackson.version>2.12.6</jackson.version>
<jackson.version>2.13.2</jackson.version>
</properties>
<dependencies>
<!-- internal dependencies -->
Expand Down

0 comments on commit 916c320

Please sign in to comment.