This is an automated email from the ASF dual-hosted git repository. coheigea pushed a commit to branch 3.3.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 7d93913dd6d1b4ce5179a7f6330072602eafafde Author: Adrian Cole <[email protected]> AuthorDate: Fri Mar 6 17:51:14 2020 +0800 Bumps to latest brave (#647) * Bumps to latest brave * older zipkin (cherry picked from commit de817963ee76778478413917f71aa8e62e221b11) --- 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 5a81303..f9dde17 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 @@ -30,7 +30,7 @@ </parent> <properties> <cxf.version>${project.version}</cxf.version> - <cxf.brave.version>5.9.4</cxf.brave.version> + <cxf.brave.version>5.10.1</cxf.brave.version> </properties> <profiles> <profile> diff --git a/parent/pom.xml b/parent/pom.xml index 53c2a36..d601c7c 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -89,7 +89,7 @@ <cxf.atmosphere.version>2.5.2</cxf.atmosphere.version> <cxf.bcprov.version>1.64</cxf.bcprov.version> <cxf.brave.reporter.version>2.12.1</cxf.brave.reporter.version> - <cxf.brave.version>5.9.4</cxf.brave.version> + <cxf.brave.version>5.10.1</cxf.brave.version> <cxf.brave.zipkin.version>2.19.3</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>
