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 258ce3b commit 7897510
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 @@ -76,7 +76,7 @@
<properties>
<!-- Version -->
<apache-log4j.version>2.17.1</apache-log4j.version>
<jackson-core.version>2.13.1</jackson-core.version>
<jackson-core.version>2.15.0</jackson-core.version>
<!-- Assembly -->
<maven-assembly-plugin-skip>false</maven-assembly-plugin-skip>
<main-class>fr.fifiz.training.app.java.BasicWeatherAppApplication</main-class>
Expand Down

0 comments on commit 7897510

Please sign in to comment.