Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

Commit

Permalink
Upgrade to Jackson 2.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
royclarkson committed Jun 24, 2015
1 parent 66d0605 commit 6371c9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ configure(allprojects) {
ext.springSocialVersion = "1.1.0.RELEASE"
ext.springSecurityVersion = "3.1.3.RELEASE"
ext.jacksonVersion = "1.9.13"
ext.jackson2Version = "2.3.4"
ext.jackson2Version = "2.5.4"
ext.gsonVersion = "2.3.1"
ext.simpleXmlVersion = "2.7.1"
ext.okHttpVersion = "2.4.0"
Expand Down
2 changes: 1 addition & 1 deletion test/spring-android-rest-template-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<org.apache.httpcomponents-version>4.3.5.1</org.apache.httpcomponents-version>
<com.squareup.okhttp-version>2.1.0</com.squareup.okhttp-version>
<org.codehaus.jackson-version>1.9.13</org.codehaus.jackson-version>
<com.fasterxml.jackson.core-version>2.3.4</com.fasterxml.jackson.core-version>
<com.fasterxml.jackson.core-version>2.5.4</com.fasterxml.jackson.core-version>
<com.google.code.gson-version>2.3.1</com.google.code.gson-version>
<org.simpleframework-version>2.7.1</org.simpleframework-version>
<org.mortbay.jetty-version>6.1.26</org.mortbay.jetty-version>
Expand Down

0 comments on commit 6371c9c

Please sign in to comment.