You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2020/06/09 13:32:47 UTC

[karaf-decanter] branch master updated: [KARAF-6748] Upgrade to CXF 3.3.6

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

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/karaf-decanter.git


The following commit(s) were added to refs/heads/master by this push:
     new 754d539  [KARAF-6748] Upgrade to CXF 3.3.6
     new 92cb413  Merge pull request #176 from jbonofre/KARAF-6748
754d539 is described below

commit 754d53956310e4997c0ce2e0718e74c14b435d96
Author: jbonofre <jb...@apache.org>
AuthorDate: Tue Jun 9 14:23:38 2020 +0200

    [KARAF-6748] Upgrade to CXF 3.3.6
---
 collector/rest/pom.xml | 2 +-
 collector/soap/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/collector/rest/pom.xml b/collector/rest/pom.xml
index 58f11b5..9d17e2d 100644
--- a/collector/rest/pom.xml
+++ b/collector/rest/pom.xml
@@ -34,7 +34,7 @@
     <name>Apache Karaf :: Decanter :: Collector :: REST</name>
 
     <properties>
-        <cxf.version>3.3.5</cxf.version>
+        <cxf.version>3.3.6</cxf.version>
     </properties>
 
     <dependencies>
diff --git a/collector/soap/pom.xml b/collector/soap/pom.xml
index a6fae03..51634d7 100644
--- a/collector/soap/pom.xml
+++ b/collector/soap/pom.xml
@@ -34,7 +34,7 @@
     <name>Apache Karaf :: Decanter :: Collector :: SOAP</name>
 
     <properties>
-        <cxf.version>3.3.5</cxf.version>
+        <cxf.version>3.3.6</cxf.version>
     </properties>
 
     <dependencies>