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 2020/02/24 18:42:30 UTC

[knox] 07/07: KNOX-2247 - Upgrade zookeeper to 3.5.7

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 5dd38046c8d142de230cb55d77b0aa45c2afd5af
Author: Kevin Risden <kr...@apache.org>
AuthorDate: Mon Feb 24 12:07:47 2020 -0500

    KNOX-2247 - Upgrade zookeeper to 3.5.7
    
    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 6b89e9c..4627c83 100644
--- a/pom.xml
+++ b/pom.xml
@@ -255,7 +255,7 @@
         <xmlsec.version>2.1.4</xmlsec.version>
         <xmltool.version>3.3</xmltool.version>
         <xml-matchers.version>0.10</xml-matchers.version>
-        <zookeeper.version>3.5.6</zookeeper.version>
+        <zookeeper.version>3.5.7</zookeeper.version>
     </properties>
 
     <profiles>