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 2019/11/15 04:58:27 UTC

[karaf-cave] branch master updated: Updating CXF (#28)

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-cave.git


The following commit(s) were added to refs/heads/master by this push:
     new 87c67fb  Updating CXF (#28)
87c67fb is described below

commit 87c67fb4d53990274ff347a1acc263ec423f51f7
Author: Colm O hEigeartaigh <co...@users.noreply.github.com>
AuthorDate: Fri Nov 15 04:58:21 2019 +0000

    Updating CXF (#28)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7a69606..6f4e281 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,7 +36,7 @@
 
     <properties>
         <commons-io.version>2.6</commons-io.version>
-        <cxf.version>3.3.2</cxf.version>
+        <cxf.version>3.3.4</cxf.version>
         <httpcore.version>4.4.12</httpcore.version>
         <httpclient.version>4.5.10</httpclient.version>
         <jackson.version>2.10.0</jackson.version>