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 e23251e  Fixing Elasticsearch version
e23251e is described below

commit e23251e949577b20b72f4f05dc98495b137ec9f2
Author: Francesco Chicchiriccò <ilgro...@apache.org>
AuthorDate: Wed Jul 21 16:15:41 2021 +0200

    Fixing Elasticsearch version
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d0c1c6e..b09c57f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -432,7 +432,7 @@ under the License.
 
     <slf4j.version>2.0.0-alpha2</slf4j.version>
 
-    <elasticsearch.version>7.14.0</elasticsearch.version>
+    <elasticsearch.version>7.13.4</elasticsearch.version>
 
     <apacheds.version>2.0.0.AM26</apacheds.version>
     <apachedirapi.version>2.0.0</apachedirapi.version>

Reply via email to