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

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/master by this push:
     new 3ea48e6  Updating some dependencies
3ea48e6 is described below

commit 3ea48e63304dfa3bb1a79a2584809dadfc340dc4
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Wed May 1 15:08:50 2019 +0100

    Updating some dependencies
---
 maven-plugins/codegen-plugin/pom.xml      |  7 +------
 maven-plugins/java2swagger-plugin/pom.xml | 11 -----------
 maven-plugins/java2wadl-plugin/pom.xml    | 10 ----------
 maven-plugins/java2ws-plugin/pom.xml      |  5 -----
 maven-plugins/wadl2java-plugin/pom.xml    |  7 +------
 parent/pom.xml                            | 16 ++++++++--------
 6 files changed, 10 insertions(+), 46 deletions(-)

diff --git a/maven-plugins/codegen-plugin/pom.xml 
b/maven-plugins/codegen-plugin/pom.xml
index 51caf07..e7b81c5 100644
--- a/maven-plugins/codegen-plugin/pom.xml
+++ b/maven-plugins/codegen-plugin/pom.xml
@@ -60,13 +60,8 @@
         </dependency>
         <dependency>
             <groupId>org.codehaus.plexus</groupId>
-            <artifactId>plexus-utils</artifactId>
-            <version>2.0.5</version>
-        </dependency>
-        <dependency>
-            <groupId>org.codehaus.plexus</groupId>
             <artifactId>plexus-archiver</artifactId>
-            <version>1.2</version>
+            <version>4.1.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
diff --git a/maven-plugins/java2swagger-plugin/pom.xml 
b/maven-plugins/java2swagger-plugin/pom.xml
index c70d76b..2d6aa73 100644
--- a/maven-plugins/java2swagger-plugin/pom.xml
+++ b/maven-plugins/java2swagger-plugin/pom.xml
@@ -80,17 +80,6 @@
             <scope>provided</scope>
         </dependency>
         <dependency>
-            <groupId>org.codehaus.plexus</groupId>
-            <artifactId>plexus-utils</artifactId>
-            <version>2.0.5</version>
-        </dependency>
-        <dependency>
-            <groupId>org.codehaus.plexus</groupId>
-            <artifactId>plexus-archiver</artifactId>
-            <version>1.2</version>
-        </dependency>
-
-        <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-tools-common</artifactId>
             <version>${project.version}</version>
diff --git a/maven-plugins/java2wadl-plugin/pom.xml 
b/maven-plugins/java2wadl-plugin/pom.xml
index 62b449a..c85c3c5 100644
--- a/maven-plugins/java2wadl-plugin/pom.xml
+++ b/maven-plugins/java2wadl-plugin/pom.xml
@@ -68,16 +68,6 @@
             <artifactId>maven-plugin-api</artifactId>
             <scope>provided</scope>
         </dependency>
-        <dependency>
-            <groupId>org.codehaus.plexus</groupId>
-            <artifactId>plexus-utils</artifactId>
-            <version>2.0.5</version>
-        </dependency>
-        <dependency>
-            <groupId>org.codehaus.plexus</groupId>
-            <artifactId>plexus-archiver</artifactId>
-            <version>1.2</version>
-        </dependency>
 
         <dependency>
             <groupId>org.apache.cxf</groupId>
diff --git a/maven-plugins/java2ws-plugin/pom.xml 
b/maven-plugins/java2ws-plugin/pom.xml
index b4ee0c4..28f2b67 100644
--- a/maven-plugins/java2ws-plugin/pom.xml
+++ b/maven-plugins/java2ws-plugin/pom.xml
@@ -54,11 +54,6 @@
             <scope>provided</scope>
         </dependency>
         <dependency>
-            <groupId>org.codehaus.plexus</groupId>
-            <artifactId>plexus-utils</artifactId>
-            <version>2.0.5</version>
-        </dependency>
-        <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-tools-common</artifactId>
             <version>${project.version}</version>
diff --git a/maven-plugins/wadl2java-plugin/pom.xml 
b/maven-plugins/wadl2java-plugin/pom.xml
index 874a7e3..3313d3f 100644
--- a/maven-plugins/wadl2java-plugin/pom.xml
+++ b/maven-plugins/wadl2java-plugin/pom.xml
@@ -65,13 +65,8 @@
         </dependency>
         <dependency>
             <groupId>org.codehaus.plexus</groupId>
-            <artifactId>plexus-utils</artifactId>
-            <version>2.0.5</version>
-        </dependency>
-        <dependency>
-            <groupId>org.codehaus.plexus</groupId>
             <artifactId>plexus-archiver</artifactId>
-            <version>1.2</version>
+            <version>4.1.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
diff --git a/parent/pom.xml b/parent/pom.xml
index 313e615..02df5c7 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -108,7 +108,7 @@
         <cxf.log4j.version>1.2.17</cxf.log4j.version>
         <cxf.lucene.version>4.9.0</cxf.lucene.version>
         <cxf.mina.version>2.0.21</cxf.mina.version>
-        <cxf.mockito.version>2.22.0</cxf.mockito.version>
+        <cxf.mockito.version>2.27.0</cxf.mockito.version>
         <cxf.rxjava.version>1.3.8</cxf.rxjava.version>
         <cxf.rxjava2.version>2.2.5</cxf.rxjava2.version>
         
<cxf.javax.annotation-api.version>1.3.1</cxf.javax.annotation-api.version>
@@ -137,7 +137,7 @@
         <cxf.junit.version>4.12</cxf.junit.version>
         <cxf.hamcrest.version>1.3</cxf.hamcrest.version>
         <cxf.littleproxy.version>1.1.2</cxf.littleproxy.version>
-        <cxf.maven.core.version>3.6.0</cxf.maven.core.version>
+        <cxf.maven.core.version>3.6.1</cxf.maven.core.version>
         <cxf.msv.version>2013.6.1</cxf.msv.version>
         <cxf.neethi.version>3.1.1</cxf.neethi.version>
         <cxf.netty.version>4.0.56.Final</cxf.netty.version>
@@ -153,7 +153,7 @@
         <cxf.servlet-api.group>javax.servlet</cxf.servlet-api.group>
         <cxf.servlet-api.artifact>javax.servlet-api</cxf.servlet-api.artifact>
         <cxf.servlet-api.version>3.1.0</cxf.servlet-api.version>
-        <cxf.snakeyaml.version>1.23</cxf.snakeyaml.version>
+        <cxf.snakeyaml.version>1.24</cxf.snakeyaml.version>
         <cxf.geronimo.servlet25.version>1.2</cxf.geronimo.servlet25.version>
         
<cxf.servlet-api-2.5.artifact>geronimo-servlet_2.5_spec</cxf.servlet-api-2.5.artifact>
         <cxf.servlet-api-2.5.version>1.2</cxf.servlet-api-2.5.version>
@@ -170,12 +170,12 @@
         <cxf.swagger.ui.version>3.20.9</cxf.swagger.ui.version>
         <cxf.tomcat.version>8.5.40</cxf.tomcat.version>
         
<cxf.tomitribe.http.signature.version>1.3</cxf.tomitribe.http.signature.version>
-        <cxf.velocity.version>2.0</cxf.velocity.version>
+        <cxf.velocity.version>2.1</cxf.velocity.version>
         <cxf.woodstox.core.version>5.0.3</cxf.woodstox.core.version>
         <cxf.woodstox.stax2-api.version>3.1.4</cxf.woodstox.stax2-api.version>
         <cxf.wsdl4j.version>1.6.3</cxf.wsdl4j.version>
         <cxf.wss4j.version>2.2.3</cxf.wss4j.version>
-        <cxf.xbean.version>4.12</cxf.xbean.version>
+        <cxf.xbean.version>4.13</cxf.xbean.version>
         <cxf.xerces.version>2.12.0</cxf.xerces.version>
         <cxf.xmlschema.version>2.2.4</cxf.xmlschema.version>
         <cxf.xpp3.bundle.version>1.1.4c_6</cxf.xpp3.bundle.version>
@@ -227,7 +227,7 @@
         <cxf.oro.bundle.version>2.0.8_6</cxf.oro.bundle.version>
         <cxf.dom4j.bundle.version>1.6.1_5</cxf.dom4j.bundle.version>
         <cxf.jdom.bundle.version>1.1_4</cxf.jdom.bundle.version>
-        <cxf.olingo.version>2.0.10</cxf.olingo.version>
+        <cxf.olingo.version>2.0.11</cxf.olingo.version>
         <cxf.tika.version>1.20</cxf.tika.version>
         <cxf.jexl.version>2.1.1</cxf.jexl.version>
         <cxf.zest.version>2.1</cxf.zest.version>
@@ -1328,7 +1328,7 @@
             <dependency>
                 <groupId>org.apache.hbase</groupId>
                 <artifactId>hbase-client</artifactId>
-                <version>2.1.1</version>
+                <version>2.1.4</version>
                 <exclusions>
                     <exclusion>
                         <groupId>io.netty</groupId>
@@ -1388,7 +1388,7 @@
             <dependency>
                 <groupId>org.awaitility</groupId>
                 <artifactId>awaitility</artifactId>
-                <version>3.1.5</version>
+                <version>3.1.6</version>
                 <scope>test</scope>
             </dependency>
             <dependency>

Reply via email to