upgrade to jackson 2.2.1

This commit is contained in:
Shay Banon 2013-05-09 18:00:06 +02:00
parent d69dd321fc
commit 522ca7e889
1 changed files with 3 additions and 3 deletions

View File

@ -178,21 +178,21 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.1.4</version>
<version>2.2.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-smile</artifactId>
<version>2.1.4</version>
<version>2.2.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
<version>2.1.4</version>
<version>2.2.1</version>
<scope>compile</scope>
</dependency>