You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by sr...@apache.org on 2019/03/15 21:01:34 UTC

[storm] 02/06: STORM-3353: Upgrade to Curator 4.2.0

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

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

commit 719124682e6a736fac5c4e089bed55f9d45e7b20
Author: Stig Rohde Døssing <sr...@apache.org>
AuthorDate: Mon Mar 11 17:57:17 2019 +0100

    STORM-3353: Upgrade to Curator 4.2.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index fefd3e7..31715cf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -266,7 +266,7 @@
         <commons-fileupload.version>1.3.3</commons-fileupload.version>
         <commons-codec.version>1.11</commons-codec.version>
         <commons-cli.version>1.4</commons-cli.version>
-        <curator.version>4.0.1</curator.version>
+        <curator.version>4.2.0</curator.version>
         <curator-test.version>2.13.0</curator-test.version>
         <json-simple.version>1.1</json-simple.version>
         <jetty.version>9.4.14.v20181114</jetty.version>