Skip to content

Commit

Permalink
Merge pull request #169 from Chris-Liao/2.0.x
Browse files Browse the repository at this point in the history
Update Jackson to 2.9.8 to address CVE-2018-19360
  • Loading branch information
Chris-Liao authored Jan 8, 2019
2 parents 85a81ef + f13197f commit 18bbb0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ask-sdk-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,17 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.9.5</version>
<version>2.9.8</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.5</version>
<version>2.9.8</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
<version>2.9.5</version>
<version>2.9.8</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
Expand Down

0 comments on commit 18bbb0e

Please sign in to comment.