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


The following commit(s) were added to refs/heads/master by this push:
     new 8e575f6f37 Upgrading Elasticsearch and Zookeeper
8e575f6f37 is described below

commit 8e575f6f37a0bcc62dce547c69fe55913798d2b5
Author: Francesco Chicchiriccò <ilgro...@apache.org>
AuthorDate: Fri Feb 17 08:10:09 2023 +0100

    Upgrading Elasticsearch and Zookeeper
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index f3dc8e199e..05cce7ac10 100644
--- a/pom.xml
+++ b/pom.xml
@@ -428,7 +428,7 @@ under the License.
     <flowable.version>7.0.0.M1</flowable.version>
     <flowable-old.version>6.8.0</flowable-old.version>
 
-    <elasticsearch.version>8.6.1</elasticsearch.version>
+    <elasticsearch.version>8.6.2</elasticsearch.version>
 
     <disruptor.version>3.4.4</disruptor.version>
     
@@ -467,7 +467,7 @@ under the License.
     <antlr4.version>4.11.1</antlr4.version>
 
     <curator.version>5.4.0</curator.version>
-    <zookeeper.version>3.8.0</zookeeper.version>
+    <zookeeper.version>3.8.1</zookeeper.version>
 
     <testds.rootDn>o=isp</testds.rootDn>
     <testds.bindDn>uid=admin,ou=system</testds.bindDn>

Reply via email to