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-7569538
  • Loading branch information
snyk-bot committed Jul 27, 2024
1 parent 1f0aed9 commit 88dd815
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 @@ -73,7 +73,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<mongo-driver-legacy.version>[4.0.0,4.8.0]</mongo-driver-legacy.version>
<jackson.version>[2.7.0,2.14.1]</jackson.version>
<jackson.version>2.15.0</jackson.version>
<bson4jackson.version>2.13.1</bson4jackson.version>
</properties>

Expand Down

0 comments on commit 88dd815

Please sign in to comment.