Skip to content

Commit

Permalink
upgrade to Jackson 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kimchy committed Dec 13, 2013
1 parent 9b121ba commit 59d85bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -201,21 +201,21 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.2.3</version>
<version>2.3.0</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-smile</artifactId>
<version>2.2.3</version>
<version>2.3.0</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
<version>2.2.3</version>
<version>2.3.0</version>
<scope>compile</scope>
</dependency>

Expand Down

0 comments on commit 59d85bc

Please sign in to comment.