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-2326698
  • Loading branch information
snyk-bot committed Dec 27, 2021
1 parent 0f74142 commit 115156e
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 @@ -69,7 +69,7 @@
<coveralls-maven-plugin.version>4.3.0</coveralls-maven-plugin.version>
<jaxb-api.version>2.3.1</jaxb-api.version>
<jackson-annotations.version>2.13.0</jackson-annotations.version>
<jackson-databind.version>2.13.0</jackson-databind.version>
<jackson-databind.version>2.13.1</jackson-databind.version>
<jackson-core.version>2.13.0</jackson-core.version>
<spring-boot-starter-parent.version>2.6.2</spring-boot-starter-parent.version>
</properties>
Expand Down

0 comments on commit 115156e

Please sign in to comment.