Skip to content

Commit

Permalink
Update dependency to avoid jackson-databind CVEs
Browse files Browse the repository at this point in the history
Avoids CVE-2019-14379 FasterXML/jackson-databind#2387
Avoids CVE-2019-14439 FasterXML/jackson-databind#2389

Signed-off-by: Ben Cox <1038350+ind1go@users.noreply.github.com>
  • Loading branch information
ind1go committed Aug 3, 2019
1 parent adc0634 commit 5c87837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cics-bundle-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.9.1</version>
<version>2.9.9.2</version>
</dependency>

<!-- dependencies to annotations -->
Expand Down

0 comments on commit 5c87837

Please sign in to comment.