You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2019/07/12 09:39:04 UTC

[cxf] branch master updated: Updating some depedencies

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 8938ee2  Updating some depedencies
8938ee2 is described below

commit 8938ee23c916dbd12eed7091b13bd102cca9d2b9
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Fri Jul 12 10:26:47 2019 +0100

    Updating some depedencies
---
 parent/pom.xml | 28 +++++++++++++++-------------
 1 file changed, 15 insertions(+), 13 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index f61f581..2aaefe9 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -88,8 +88,8 @@
         <cxf.atmosphere.version.range>[2.4,3.0)</cxf.atmosphere.version.range>
         <cxf.atmosphere.version>2.5.2</cxf.atmosphere.version>
         <cxf.bcprov.version>1.60</cxf.bcprov.version>
-        <cxf.brave.reporter.version>2.8.4</cxf.brave.reporter.version>
-        <cxf.brave.version>5.6.5</cxf.brave.version>
+        <cxf.brave.reporter.version>2.10.0</cxf.brave.reporter.version>
+        <cxf.brave.version>5.6.8</cxf.brave.version>
         <cxf.brave.zipkin.version>2.14.2</cxf.brave.zipkin.version>
         <cxf.cda.api.osgi.range>[1.1,2)</cxf.cda.api.osgi.range>
         <cxf.cdi.api.version>1.2</cxf.cdi.api.version>
@@ -100,7 +100,7 @@
         <cxf.commons-jcs-jcache.version>2.1</cxf.commons-jcs-jcache.version>
         <cxf.commons-lang3.version>3.9</cxf.commons-lang3.version>
         <cxf.commons-logging.version>1.2</cxf.commons-logging.version>
-        <cxf.commons-text.version>1.6</cxf.commons-text.version>
+        <cxf.commons-text.version>1.7</cxf.commons-text.version>
         <cxf.derby.version>10.14.2.0</cxf.derby.version>
         <cxf.dom4j.version>2.1.1</cxf.dom4j.version>
         <cxf.dropwizard.version>3.2.6</cxf.dropwizard.version>
@@ -129,10 +129,11 @@
         <cxf.httpcomponents.core.version.range>[4.3,4.5.0)</cxf.httpcomponents.core.version.range>
         <cxf.httpcomponents.core.version>4.4.11</cxf.httpcomponents.core.version>
         <cxf.jackson.version>2.9.9</cxf.jackson.version>
-        <cxf.jaeger.version>0.35.4</cxf.jaeger.version>
+        <cxf.jackson.databind.version>2.9.9.1</cxf.jackson.databind.version>
+        <cxf.jaeger.version>0.35.5</cxf.jaeger.version>
         <cxf.james.mim4j.version>0.7.2</cxf.james.mim4j.version>
         <cxf.javassist.version>3.25.0-GA</cxf.javassist.version>
-        <cxf.javax.annotation-api.version>1.3.1</cxf.javax.annotation-api.version>
+        <cxf.javax.annotation-api.version>1.3.2</cxf.javax.annotation-api.version>
         <cxf.javax.el.version>3.0.0</cxf.javax.el.version>
         <cxf.javax.ws.rs.version>2.1.5</cxf.javax.ws.rs.version>
         <cxf.jaxb.runtime.version>${cxf.jaxb.version}</cxf.jaxb.runtime.version>
@@ -176,10 +177,10 @@
         <cxf.plexus-archiver.version>4.1.0</cxf.plexus-archiver.version>
         <cxf.plexus-utils.version>3.2.0</cxf.plexus-utils.version>
         <cxf.reactivestreams.version>1.0.1</cxf.reactivestreams.version>
-        <cxf.reactor.version>3.2.9.RELEASE</cxf.reactor.version>
+        <cxf.reactor.version>3.2.10.RELEASE</cxf.reactor.version>
         <cxf.rhino.version>1.7R2</cxf.rhino.version>
         <cxf.rxjava.version>1.3.8</cxf.rxjava.version>
-        <cxf.rxjava2.version>2.2.5</cxf.rxjava2.version>
+        <cxf.rxjava2.version>2.2.10</cxf.rxjava2.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>
         <cxf.servlet-api.artifact>javax.servlet-api</cxf.servlet-api.artifact>
@@ -202,7 +203,7 @@
         <cxf.tomcat.version>8.5.43</cxf.tomcat.version>
         <cxf.tomitribe.http.signature.version>1.3</cxf.tomitribe.http.signature.version>
         <cxf.undertow.osgi.version>[1.4,3.0)</cxf.undertow.osgi.version>
-        <cxf.undertow.version>2.0.21.Final</cxf.undertow.version>
+        <cxf.undertow.version>2.0.22.Final</cxf.undertow.version>
         <!-- the Export-Package is the same as the Maven artifact
              version (with the Final), but we don't want an import package with a version
              with a qualifier. We do want a range. -->
@@ -221,10 +222,11 @@
         <cxf.zest.version>2.1</cxf.zest.version>
 
         <!-- various OSGi related versions -->
+        <cxf.aries.api.version>1.0.1</cxf.aries.api.version>
+        <cxf.aries.core.version>1.10.2</cxf.aries.core.version>
         <cxf.aries.fly.version>1.2</cxf.aries.fly.version>
-        <cxf.aries.parser.version>1.3.1</cxf.aries.parser.version> 
+        <cxf.aries.parser.version>1.6.0</cxf.aries.parser.version> 
         <cxf.aries.version.range>[1.0,2)</cxf.aries.version.range>
-        <cxf.aries.version>1.0.1</cxf.aries.version>
         <cxf.bcel.bundle.version>5.2_4</cxf.bcel.bundle.version>
         <cxf.cglib.osgi.version>[2.2.2,3.3)</cxf.cglib.osgi.version>
         <cxf.dom4j.bundle.version>1.6.1_5</cxf.dom4j.bundle.version>
@@ -1283,14 +1285,14 @@
             <dependency>
                 <groupId>org.apache.aries.blueprint</groupId>
                 <artifactId>org.apache.aries.blueprint.api</artifactId>
-                <version>${cxf.aries.version}</version>
+                <version>${cxf.aries.api.version}</version>
                 <scope>provided</scope>
                 <optional>true</optional>
             </dependency>
             <dependency>
                 <groupId>org.apache.aries.blueprint</groupId>
                 <artifactId>org.apache.aries.blueprint.core</artifactId>
-                <version>${cxf.aries.version}</version>
+                <version>${cxf.aries.core.version}</version>
                 <scope>provided</scope>
                 <optional>true</optional>
             </dependency>
@@ -2060,7 +2062,7 @@
             <dependency>
                 <groupId>com.fasterxml.jackson.core</groupId>
                 <artifactId>jackson-databind</artifactId>
-                <version>${cxf.jackson.version}</version>
+                <version>${cxf.jackson.databind.version}</version>
             </dependency>
             <dependency>
                 <groupId>com.fasterxml.jackson.core</groupId>