You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2021/07/28 10:39:57 UTC

[syncope] 02/02: Upgrading Curator

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

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

commit fb388a0c2d572e55e98f3f76ad9b1c43883e5e15
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Jul 28 12:05:43 2021 +0200

    Upgrading Curator
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 90c8098..d78a772 100644
--- a/pom.xml
+++ b/pom.xml
@@ -483,7 +483,7 @@ under the License.
 
     <antlr4.version>4.9.2</antlr4.version>
 
-    <curator.version>5.1.0</curator.version>
+    <curator.version>5.2.0</curator.version>
     <zookeeper.version>3.7.0</zookeeper.version>
 
     <testds.port>1389</testds.port>