Skip to content

Commit

Permalink
Bump Jackson core version to fix security vulnerability (#12)
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 Jan 28, 2022
1 parent ccbb3b7 commit 391319c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amphora-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</parent>
<properties>
<!-- external dependencies -->
<jackson.version>2.10.2</jackson.version>
<jackson.version>2.12.6</jackson.version>
<httpclient.version>4.5.13</httpclient.version>
</properties>
<dependencies>
Expand Down

0 comments on commit 391319c

Please sign in to comment.