This is an automated email from the ASF dual-hosted git repository.
apurtell pushed a commit to branch branch-1.4
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-1.4 by this push:
new d019213 Backport HBASE-19049 to branch-1 to prevent DIRKRB-613 (Yu Li)
d019213 is described below
commit d0192131853fee10455370172e46e56214d8e669
Author: Andrew Purtell <[email protected]>
AuthorDate: Fri Apr 12 10:45:37 2019 -0700
Backport HBASE-19049 to branch-1 to prevent DIRKRB-613 (Yu Li)
Signed-off-by: Andrew Purtell <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index de7325e..62418ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1302,7 +1302,7 @@
<jcodings.version>1.0.8</jcodings.version>
<spy.version>2.11.6</spy.version>
<bouncycastle.version>1.46</bouncycastle.version>
- <kerby.version>1.0.0-RC2</kerby.version>
+ <kerby.version>1.0.1</kerby.version>
<!-- Plugin Dependencies -->
<error-prone.version>2.1.1</error-prone.version>
<maven.assembly.version>2.4</maven.assembly.version>