Skip to content

Commit

Permalink
upgrading jackson to 2.7.9 PROPERLY this time...
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Darwin committed Aug 10, 2017
1 parent d059517 commit 06d7745
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java/vector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.7.1</version>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.7.1</version>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>com.carrotsearch</groupId>
Expand Down

0 comments on commit 06d7745

Please sign in to comment.