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 7765c7c commit 3ab6ec5
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 @@ -37,7 +37,7 @@
<version.maven.site.plugin>3.7.1</version.maven.site.plugin>
<version.maven.surefire.plugin>3.0.0-M3</version.maven.surefire.plugin>
<jackson-annotations.version>2.12.3</jackson-annotations.version>
<jackson-databind.version>2.12.3</jackson-databind.version>
<jackson-databind.version>2.15.0</jackson-databind.version>
</properties>

<build>
Expand Down

0 comments on commit 3ab6ec5

Please sign in to comment.