You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2020/09/11 04:52:19 UTC

[camel-k-runtime] branch master updated: build(deps): bump jaeger-client from 1.3.2 to 1.4.0 (#466)

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

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git


The following commit(s) were added to refs/heads/master by this push:
     new eba2355  build(deps): bump jaeger-client from 1.3.2 to 1.4.0 (#466)
eba2355 is described below

commit eba2355cf9f7dd0d93f3999f0d95ddc615ff42f5
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Sep 11 06:52:09 2020 +0200

    build(deps): bump jaeger-client from 1.3.2 to 1.4.0 (#466)
    
    Bumps [jaeger-client](https://github.com/jaegertracing/jaeger-client-java) from 1.3.2 to 1.4.0.
    - [Release notes](https://github.com/jaegertracing/jaeger-client-java/releases)
    - [Changelog](https://github.com/jaegertracing/jaeger-client-java/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/jaegertracing/jaeger-client-java/compare/v1.3.2...v1.4.0)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5777efc..3bf812f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,7 +54,7 @@
         <jaxb-core-version>2.3.0.1</jaxb-core-version>
         <immutables-version>2.8.8</immutables-version>
         <semver4j-version>3.1.0</semver4j-version>
-        <jaeger-version>1.3.2</jaeger-version>
+        <jaeger-version>1.4.0</jaeger-version>
         <junit-pioneer-version>0.9.0</junit-pioneer-version>
 
         <!-- overridden camel dependencies versions -->