You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2016/06/20 23:49:59 UTC

[07/23] accumulo git commit: ACCUMULO-4345 Bump gson version to lastest 2.2.x

ACCUMULO-4345 Bump gson version to lastest 2.2.x


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/31a22242
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/31a22242
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/31a22242

Branch: refs/heads/1.6
Commit: 31a222425e242003b146c5b366feb8df7aa98614
Parents: 40d2418
Author: Christopher Tubbs <ct...@apache.org>
Authored: Mon Jun 20 13:38:14 2016 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Mon Jun 20 13:38:14 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/accumulo/blob/31a22242/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 45ca0ba..9b67614 100644
--- a/pom.xml
+++ b/pom.xml
@@ -158,7 +158,7 @@
       <dependency>
         <groupId>com.google.code.gson</groupId>
         <artifactId>gson</artifactId>
-        <version>2.2.2</version>
+        <version>2.2.4</version>
       </dependency>
       <!-- Hadoop-2.4.0 MiniDFSCluster uses classes dropped in Guava 15 -->
       <dependency>