You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2018/09/30 20:04:22 UTC

[cxf] branch master updated: Updating Brave to 5.4.2

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

reta 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 9c02f61  Updating Brave to 5.4.2
9c02f61 is described below

commit 9c02f616f6aec1cf43f1d6bac810d606dab98a72
Author: reta <dr...@gmail.com>
AuthorDate: Sun Sep 30 16:04:03 2018 -0400

    Updating Brave to 5.4.2
---
 distribution/src/main/release/samples/jax_rs/tracing_brave/pom.xml | 2 +-
 parent/pom.xml                                                     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/distribution/src/main/release/samples/jax_rs/tracing_brave/pom.xml b/distribution/src/main/release/samples/jax_rs/tracing_brave/pom.xml
index f6a1a69..cb2fe02 100644
--- a/distribution/src/main/release/samples/jax_rs/tracing_brave/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/tracing_brave/pom.xml
@@ -135,7 +135,7 @@
         <dependency>
             <groupId>io.zipkin.brave</groupId>
             <artifactId>brave-context-slf4j</artifactId>
-            <version>5.4.1</version>
+            <version>5.4.2</version>
         </dependency>
     </dependencies>
 </project>
diff --git a/parent/pom.xml b/parent/pom.xml
index fdb111d..dd1ebdc 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -228,7 +228,7 @@
         <cxf.jexl.version>2.1.1</cxf.jexl.version>
         <cxf.htrace.version>4.2.0-incubating</cxf.htrace.version>
         <cxf.zest.version>2.1</cxf.zest.version>
-        <cxf.brave.version>5.4.1</cxf.brave.version>
+        <cxf.brave.version>5.4.2</cxf.brave.version>
         <cxf.brave.zipkin.version>2.11.6</cxf.brave.zipkin.version>
         <cxf.brave.reporter.version>2.7.9</cxf.brave.reporter.version>
         <cxf.opentracing.version>0.31.0</cxf.opentracing.version>