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/11/12 07:35:04 UTC

[syncope] 02/02: Upgrading Elasticsearch

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 a1c26fadb38dbd31b5574f0b3ea19b20375b5828
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Nov 11 16:41:25 2021 +0100

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

diff --git a/pom.xml b/pom.xml
index 869030e..2f6bbeb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -432,7 +432,7 @@ under the License.
 
     <slf4j.version>2.0.0-alpha5</slf4j.version>
 
-    <elasticsearch.version>7.15.1</elasticsearch.version>
+    <elasticsearch.version>7.15.2</elasticsearch.version>
 
     <apacheds.version>2.0.0.AM26</apacheds.version>
     <apachedirapi.version>2.0.0</apachedirapi.version>