Repository: hbase Updated Branches: refs/heads/master 6fb0dd07a -> 727394c2e
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/727394c2 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/727394c2 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/727394c2 Branch: refs/heads/master Commit: 727394c2e9a5d1ff5395f7bbc8ecee2fe083938d Parents: 6fb0dd0 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:51: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/727394c2/hbase-server/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-server/pom.xml b/hbase-server/pom.xml index 8d1527f..0e8116c 100644 --- a/hbase-server/pom.xml +++ b/hbase-server/pom.xml @@ -564,7 +564,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>
