You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by kr...@apache.org on 2019/04/09 15:07:06 UTC

[knox] 06/06: KNOX-1841 - Upgrade zookeeper to 3.4.14

This is an automated email from the ASF dual-hosted git repository.

krisden pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git

commit 07d4af68bfec827d182c8e3a0967b680cad9b883
Author: Kevin Risden <kr...@apache.org>
AuthorDate: Mon Apr 8 14:32:15 2019 -0400

    KNOX-1841 - Upgrade zookeeper to 3.4.14
    
    Signed-off-by: Kevin Risden <kr...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ec212f0..e235ae1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -228,7 +228,7 @@
         <velocity.version>1.7</velocity.version>
         <xmltool.version>3.3</xmltool.version>
         <xml-matchers.version>0.10</xml-matchers.version>
-        <zookeeper.version>3.4.13</zookeeper.version>
+        <zookeeper.version>3.4.14</zookeeper.version>
     </properties>
 
     <profiles>