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-3038426
  • Loading branch information
snyk-bot committed Oct 17, 2022
1 parent 79c4e23 commit 443a2d3
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.12.7.1</jackson.version>
</properties>
<dependencies>
<!-- internal dependencies -->
Expand Down

0 comments on commit 443a2d3

Please sign in to comment.