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

Commit

Permalink
Upgrade to Gson 2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
royclarkson committed Mar 5, 2016
1 parent d795172 commit 787ce32
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.jackson2Version = "2.5.4"
ext.gsonVersion = "2.3.1"
ext.gsonVersion = "2.6.2"
ext.simpleXmlVersion = "2.7.1"
ext.okHttp3Version = "3.2.0"
ext.okHttpVersion = "2.7.5"
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 @@ -17,7 +17,7 @@
<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.google.code.gson-version>2.3.1</com.google.code.gson-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>
</properties>
Expand Down

0 comments on commit 787ce32

Please sign in to comment.