upgrade to Jackson 2.3.0

This commit is contained in:
Shay Banon 2013-12-14 00:53:44 +01:00
parent 9b121baafc
commit 59d85bc22a

View File

@ -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>