Skip to content
This repository was archived by the owner on Aug 27, 2021. It is now read-only.

[Snyk] Fix for 1 vulnerable dependencies #287

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: smk-parent/smks-api/pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-467014
snyk-bot committed Sep 18, 2019
commit ba466202e90b54a1bb27cbb27703d1299140a618
2 changes: 1 addition & 1 deletion smk-parent/smks-api/pom.xml
Original file line number Diff line number Diff line change
@@ -62,7 +62,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.8.0</version>
<version>2.10.0.pr3</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>