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/03/07 14:37:14 UTC

[knox] 02/02: KNOX-1807 - Upgrade curator to 4.2.0

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 07702de9cfecec959782808cc36b242c9cf26ef0
Author: Kevin Risden <kr...@apache.org>
AuthorDate: Thu Mar 7 08:18:31 2019 -0500

    KNOX-1807 - Upgrade curator to 4.2.0
    
    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 c638b9b..602ae67 100644
--- a/pom.xml
+++ b/pom.xml
@@ -162,7 +162,7 @@
         <commons-net.version>3.6</commons-net.version>
         <commons-text.version>1.6</commons-text.version>
         <cors-filter.version>2.6</cors-filter.version>
-        <curator.version>4.1.0</curator.version>
+        <curator.version>4.2.0</curator.version>
         <curator-test.version>2.13.0</curator-test.version>
         <dependency-check-maven.version>4.0.2</dependency-check-maven.version>
         <dockerfile-maven-plugin.version>1.4.10</dockerfile-maven-plugin.version>