Repository: hbase Updated Branches: refs/heads/branch-1.3 7f2c1cade -> 69cb3fd07
HBASE-16140 bump owasp.esapi from 2.1.0 to 2.1.0.1 Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/69cb3fd0 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/69cb3fd0 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/69cb3fd0 Branch: refs/heads/branch-1.3 Commit: 69cb3fd07e07915c1d310327dd08031d659f955a Parents: 7f2c1ca Author: Jonathan M Hsieh <[email protected]> Authored: Wed Jun 29 08:51:00 2016 -0700 Committer: Jonathan M Hsieh <[email protected]> Committed: Wed Jun 29 08:59:00 2016 -0700 ---------------------------------------------------------------------- hbase-server/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/69cb3fd0/hbase-server/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-server/pom.xml b/hbase-server/pom.xml index f5f2706..ebb26cb 100644 --- a/hbase-server/pom.xml +++ b/hbase-server/pom.xml @@ -569,7 +569,7 @@ <dependency> <groupId>org.owasp.esapi</groupId> <artifactId>esapi</artifactId> - <version>2.1.0</version> + <version>2.1.0.1</version> <exclusions> <exclusion> <artifactId>xercesImpl</artifactId>
