Skip to content

Commit

Permalink
fix: pom.xml to reduce vulnerabilities (#1558)
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 committed Dec 28, 2021
1 parent f685f76 commit 42e6505
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 @@ -83,7 +83,7 @@
<json.version>20210307</json.version>

<junit.version>4.13.2</junit.version>
<jackson.version>2.13.0</jackson.version>
<jackson.version>2.13.1</jackson.version>
<assertj.version>3.21.0</assertj.version>
<hamcrest.version>2.2</hamcrest.version>
<mockito.version>4.0.0</mockito.version>
Expand Down

0 comments on commit 42e6505

Please sign in to comment.