INT-2356 - Update Jackson to 1.9.2

For reference see: https://jira.springsource.org/browse/INT-2356
This commit is contained in:
Gunnar Hillert
2012-01-04 13:44:00 -05:00
committed by Mark Fisher
parent 0286e5fe6b
commit 4d81e649ba
3 changed files with 4 additions and 4 deletions

View File

@@ -118,7 +118,7 @@ configure(javaprojects) {
commonsNetVersion = '3.0.1'
easymockVersion = '2.3'
groovyVersion = '1.8.5'
jacksonVersion = '1.8.3'
jacksonVersion = '1.9.2'
javaxActivationVersion = '1.1.1'
junitVersion = '4.8.2'
log4jVersion = '1.2.12'

View File

@@ -177,7 +177,7 @@
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-mapper-asl</artifactId>
<version>1.8.3</version>
<version>1.9.2</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>

View File

@@ -115,7 +115,7 @@
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-core-asl</artifactId>
<version>1.8.3</version>
<version>1.9.2</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -169,7 +169,7 @@
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-mapper-asl</artifactId>
<version>1.8.3</version>
<version>1.9.2</version>
<scope>compile</scope>
</dependency>
<dependency>