You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by fp...@apache.org on 2019/08/14 07:44:06 UTC

[karaf-cave] branch master updated: Updating CXF + Commons IO

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

fpapon 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 141673e  Updating CXF + Commons IO
     new f992c03  Merge pull request #24 from coheigea/cxf
141673e is described below

commit 141673ece8708dca388494312189d9ce92b6bec9
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Aug 13 11:42:11 2019 +0100

    Updating CXF + Commons IO
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3dfaf53..eeab177 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,8 +35,8 @@
     <name>Apache Karaf :: Cave</name>
 
     <properties>
-        <commons-io.version>2.4</commons-io.version>
-        <cxf.version>3.1.6</cxf.version>
+        <commons-io.version>2.6</commons-io.version>
+        <cxf.version>3.1.18</cxf.version>
         <httpclient.version>4.3.4</httpclient.version>
         <jsoup.version>1.7.3</jsoup.version>
         <karaf.version>4.1.7</karaf.version>