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 f305efecfd97b57243b7c89901af931d7230e34b Author: Francesco Chicchiriccò <[email protected]> AuthorDate: Tue Mar 31 19:30:54 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 863e48b..02ab902 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.3.5</cxf.version> + <cxf.version>3.3.6</cxf.version> <jackson.version>2.11.0.rc1</jackson.version> @@ -432,7 +432,7 @@ under the License. <slf4j.version>2.0.0-alpha1</slf4j.version> <opensaml.version>3.3.1</opensaml.version> - <elasticsearch.version>7.6.1</elasticsearch.version> + <elasticsearch.version>7.6.2</elasticsearch.version> <apacheds.version>2.0.0.AM26</apacheds.version> <apachedirapi.version>2.0.0</apachedirapi.version>
