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 2020/04/02 05:00:27 UTC

[syncope] branch 2_1_X updated: Upgrading CXF and Elasticsearch

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

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


The following commit(s) were added to refs/heads/2_1_X by this push:
     new 2733c07  Upgrading CXF and Elasticsearch
2733c07 is described below

commit 2733c07c93b269b4801849212e9f8a7fe5db4a93
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue Mar 31 19:31:30 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index 83de808..182ce50 100644
--- a/pom.xml
+++ b/pom.xml
@@ -404,7 +404,7 @@ under the License.
     <connid.scimv11.version>1.0.1</connid.scimv11.version>
     <connid.servicenow.version>1.0.0</connid.servicenow.version>
 
-    <cxf.version>3.2.12</cxf.version>
+    <cxf.version>3.2.13</cxf.version>
 
     <jackson.version>2.10.3</jackson.version>
 
@@ -430,7 +430,7 @@ under the License.
     <slf4j.version>1.7.30</slf4j.version>
     <opensaml.version>3.3.1</opensaml.version>
 
-    <elasticsearch.version>6.8.7</elasticsearch.version>
+    <elasticsearch.version>6.8.8</elasticsearch.version>
 
     <apacheds.version>2.0.0.AM26</apacheds.version>
     <apachedirapi.version>2.0.0</apachedirapi.version>