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 4827b54 commit 250545b
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 @@ -15,7 +15,7 @@
<scala.maj.version>2.12</scala.maj.version>
<scala.version>2.12.11</scala.version>
<scalatest.version>3.0.8</scalatest.version>
<fasterxml.jackson.version>2.9.8</fasterxml.jackson.version>
<fasterxml.jackson.version>2.15.0</fasterxml.jackson.version>
</properties>
<profiles>
<profile>
Expand Down

0 comments on commit 250545b

Please sign in to comment.