You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ap...@apache.org on 2017/08/26 09:00:30 UTC

hbase git commit: HBASE-18688 Upgrade commons-codec to 1.10

Repository: hbase
Updated Branches:
  refs/heads/master 664b6be0e -> f386a9a37


HBASE-18688 Upgrade commons-codec to 1.10

Change-Id: I764495e969c99c39b77e2e7541612ee828257126


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

Branch: refs/heads/master
Commit: f386a9a3756f935f5feec6e4264d651d666aef5e
Parents: 664b6be
Author: Apekshit Sharma <ap...@apache.org>
Authored: Fri Aug 25 14:09:01 2017 -0700
Committer: Apekshit Sharma <ap...@apache.org>
Committed: Sat Aug 26 02:00:21 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/f386a9a3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e610c22..370166b 100755
--- a/pom.xml
+++ b/pom.xml
@@ -1379,7 +1379,7 @@
     <!-- end HBASE-15925 default hadoop compatibility values -->
     <avro.version>1.7.7</avro.version>
     <commons-cli.version>1.4</commons-cli.version>
-    <commons-codec.version>1.9</commons-codec.version>
+    <commons-codec.version>1.10</commons-codec.version>
     <!-- pretty outdated -->
     <commons-io.version>2.5</commons-io.version>
     <commons-lang.version>2.6</commons-lang.version>