Skip to content

Commit 0f7e81c

Browse files
authored
Merge pull request #6 from arankin-irl/master
Updating Jackson version to address CVE-2019-14540 and CVE-2019-16335
2 parents d0871ed + 52cb5d7 commit 0f7e81c

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
@@ -125,7 +125,7 @@
125125
<dependency>
126126
<groupId>com.fasterxml.jackson.core</groupId>
127127
<artifactId>jackson-databind</artifactId>
128-
<version>2.9.9.2</version>
128+
<version>2.10.0</version>
129129
<scope>test</scope>
130130
</dependency>
131131

0 commit comments

Comments
 (0)