Skip to content

Commit

Permalink
fix: Bump version of Jackson because of CVEs (#362)
Browse files Browse the repository at this point in the history
Versions low than 2.9.8 have a number of CVEs filed against it.
  • Loading branch information
rix0rrr authored and Elad Ben-Israel committed Feb 14, 2019
1 parent b2b2c89 commit 140aa4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/jsii-java-runtime/pom.xml.t.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@ process.stdout.write(`<?xml version="1.0" encoding="UTF-8"?>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.9.5</version>
<version>[2.9.8,)</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.5</version>
<version>[2.9.8,)</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.google.guava/guava-io -->
Expand Down

0 comments on commit 140aa4d

Please sign in to comment.