Skip to content

Commit 5890e82

Browse files
committed
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-6056407
1 parent 1ac64e0 commit 5890e82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
<dependency>
104104
<groupId>com.fasterxml.jackson.core</groupId>
105105
<artifactId>jackson-databind</artifactId>
106-
<version>2.7.4</version>
106+
<version>2.7.9.6</version>
107107
</dependency>
108108
<dependency>
109109
<groupId>com.fasterxml.jackson.core</groupId>

0 commit comments

Comments
 (0)