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.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
royclarkson committed Mar 5, 2016
1 parent 295eabd commit 28471a8
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 @@ -15,7 +15,7 @@ configure(allprojects) {
ext.androidVersion = "4.1.1.4"
ext.springSocialVersion = "1.1.0.RELEASE"
ext.springSecurityVersion = "3.1.3.RELEASE"
ext.jackson2Version = "2.5.4"
ext.jackson2Version = "2.7.2"
ext.gsonVersion = "2.6.2"
ext.simpleXmlVersion = "2.7.1"
ext.okHttp3Version = "3.2.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.okhttp3-version>3.2.0</com.squareup.okhttp3-version>
<com.squareup.okhttp-version>2.7.5</com.squareup.okhttp-version>
<com.fasterxml.jackson.core-version>2.5.4</com.fasterxml.jackson.core-version>
<com.fasterxml.jackson.core-version>2.7.2</com.fasterxml.jackson.core-version>
<com.google.code.gson-version>2.6.2</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 28471a8

Please sign in to comment.