You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by ni...@apache.org on 2021/06/22 09:01:31 UTC

[atlas] 02/02: ATLAS-4317 : Upgrade curator jar version to 4.3.0

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

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

commit fa044447f535f2b1f9315e8a7b75d9744c22fb9f
Author: chaitali borole <ch...@cloudera.com>
AuthorDate: Tue Jun 1 15:03:52 2021 +0530

    ATLAS-4317 : Upgrade curator jar version to 4.3.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index cae68dd..19db431 100644
--- a/pom.xml
+++ b/pom.xml
@@ -694,7 +694,7 @@
         <commons-lang.version>2.6</commons-lang.version>
         <commons-logging.version>1.1.3</commons-logging.version>
         <commons-validator.version>1.6</commons-validator.version>
-        <curator.version>4.0.1</curator.version>
+        <curator.version>4.3.0</curator.version>
         <doxia.version>1.8</doxia.version>
         <dropwizard-metrics>3.2.2</dropwizard-metrics>
         <elasticsearch.version>6.8.3</elasticsearch.version>