You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by ga...@apache.org on 2015/08/04 20:09:56 UTC

jclouds git commit: JCLOUDS-974: Upgrade to GSON 2.3.1

Repository: jclouds
Updated Branches:
  refs/heads/master 79fe91bd0 -> 62f088cf1


JCLOUDS-974: Upgrade to GSON 2.3.1

This may resolve issues with older versions of Maven.  Release notes:

https://sites.google.com/site/gson/gson-roadmap


Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/62f088cf
Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/62f088cf
Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/62f088cf

Branch: refs/heads/master
Commit: 62f088cf14c3e65edfe31cf71835241467e07508
Parents: 79fe91b
Author: Andrew Gaul <ga...@apache.org>
Authored: Fri Jul 31 16:23:28 2015 -0700
Committer: Andrew Gaul <ga...@apache.org>
Committed: Tue Aug 4 11:09:28 2015 -0700

----------------------------------------------------------------------
 core/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds/blob/62f088cf/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 55e8424..ff5895f 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -80,7 +80,7 @@
     <dependency>
       <groupId>com.google.code.gson</groupId>
       <artifactId>gson</artifactId>
-      <version>2.3</version>
+      <version>2.3.1</version>
     </dependency>
     <dependency>
       <groupId>com.google.guava</groupId>