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 2022/06/29 13:54:24 UTC

[syncope] branch master updated: Upgrading CXF and 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


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

commit 787666fcdeaf648bb818d5185c96b16c3f39f1d4
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Jun 29 15:53:38 2022 +0200

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

diff --git a/pom.xml b/pom.xml
index 9ad1184d8c..a806bf36ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -405,7 +405,7 @@ under the License.
     <connid.okta.version>2.1.1</connid.okta.version>
     <connid.cmd.version>0.5</connid.cmd.version>
 
-    <cxf.version>3.5.2</cxf.version>
+    <cxf.version>3.5.3</cxf.version>
     <bouncycastle.version>1.70</bouncycastle.version>
     <nimbus-jose-jwt.version>9.23</nimbus-jose-jwt.version>
 
@@ -430,7 +430,7 @@ under the License.
 
     <slf4j.version>1.7.36</slf4j.version>
 
-    <elasticsearch.version>8.2.3</elasticsearch.version>
+    <elasticsearch.version>8.3.0</elasticsearch.version>
 
     <apacheds.version>2.0.0.AM26</apacheds.version>
     <apachedirapi.version>2.0.0</apachedirapi.version>