Repository: hbase Updated Branches: refs/heads/branch-2 59d034106 -> 6db3d8138
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/6db3d813 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/6db3d813 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/6db3d813 Branch: refs/heads/branch-2 Commit: 6db3d8138580d7bfa640fef970561b47cca0d440 Parents: 59d0341 Author: Apekshit Sharma <[email protected]> Authored: Fri Aug 25 14:09:01 2017 -0700 Committer: Apekshit Sharma <[email protected]> Committed: Sat Aug 26 02:00:41 2017 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/6db3d813/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index f973cd7..32135cd 100644 --- a/pom.xml +++ b/pom.xml @@ -1341,7 +1341,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>
