Skip to content

Commit

Permalink
Update deps to address security issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesname committed Jan 5, 2019
1 parent 1dc46b9 commit 4aa2033
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index-data-converter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.8.11.1</version>
<version>2.9.8</version>
</dependency>
<dependency>
<groupId>com.sun.jersey</groupId>
Expand All @@ -66,7 +66,7 @@
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.7</version>
<version>2.10.1</version>
</dependency>
<dependency>
<groupId>com.jayway.jsonpath</groupId>
Expand Down

0 comments on commit 4aa2033

Please sign in to comment.