Merge pull request #24 from coheigea/cxf

[KARAF-6379] Updating CXF + Commons IO
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>