jackson: upgrade to 2.3.2

This commit is contained in:
Shay Banon 2014-03-09 23:40:43 +01:00
parent 3ea746c45e
commit 8cfff9d796
1 changed files with 3 additions and 3 deletions

View File

@ -212,21 +212,21 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.3.0</version>
<version>2.3.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-smile</artifactId>
<version>2.3.0</version>
<version>2.3.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
<version>2.3.0</version>
<version>2.3.2</version>
<scope>compile</scope>
</dependency>