Skip to content

Commit

Permalink
Merge pull request #8 from dsyzhu/trav
Browse files Browse the repository at this point in the history
upgrade jetty and jackson apis to address security issue
  • Loading branch information
dsyzhu authored Apr 23, 2019
2 parents b74ef73 + 1abe072 commit eb47148
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
<maven-surefire-plugin.version>2.17</maven-surefire-plugin.version>
<maven-clover2-plugin.version>4.0.0</maven-clover2-plugin.version>
<buildtype>test</buildtype>
<jetty.version>9.3.24.v20180605</jetty.version>
</properties>

<dependencies>
Expand All @@ -49,7 +50,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.3.2</version>
<version>2.7.9</version>
</dependency>
<dependency>
<groupId>log4j</groupId>
Expand Down Expand Up @@ -77,13 +78,13 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
<version>9.1.3.v20140225</version>
<version>${jetty.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-servlet</artifactId>
<version>9.1.3.v20140225</version>
<version>${jetty.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit eb47148

Please sign in to comment.