Skip to content

Commit 13f221f

Browse files
authored
Merge pull request #12 from GovTechSG/snyk-fix-itmjje
[Snyk] Fix for 1 vulnerable dependencies com.fasterxml.jackson.core:jackson-databind@2.9.8 > com.fasterxml.jackson.core:jackson-databind@2.9.9
2 parents 235740d + 396239b commit 13f221f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<dependency>
9191
<groupId>com.fasterxml.jackson.core</groupId>
9292
<artifactId>jackson-databind</artifactId>
93-
<version>2.9.8</version>
93+
<version>2.9.9</version>
9494
</dependency>
9595
<dependency>
9696
<groupId>com.googlecode.json-simple</groupId>

0 commit comments

Comments
 (0)