From 7b8f3e68cf04d8a1ce507cd461a2ef224ba14f56 Mon Sep 17 00:00:00 2001 From: Crypt Keeper <64215+codefromthecrypt@users.noreply.github.com> Date: Mon, 8 Jan 2024 07:03:34 +0800 Subject: [PATCH] deps: updates to latest zipkin versions (#206) See https://github.com/openzipkin/brave/pull/1396 about Propagation and Brave 6.0 Signed-off-by: Adrian Cole --- benchmarks/pom.xml | 2 +- collector-pubsub/pom.xml | 2 +- docker/Dockerfile | 4 ++-- module/pom.xml | 2 +- pom.xml | 8 ++++---- propagation-stackdriver/pom.xml | 2 +- .../stackdriver/StackdriverTracePropagation.java | 11 +++++++---- sender-pubsub/pom.xml | 2 +- sender-stackdriver/pom.xml | 2 +- storage-stackdriver/pom.xml | 2 +- translation-stackdriver/pom.xml | 2 +- 11 files changed, 21 insertions(+), 18 deletions(-) diff --git a/benchmarks/pom.xml b/benchmarks/pom.xml index c4769109..a3bbe3c5 100644 --- a/benchmarks/pom.xml +++ b/benchmarks/pom.xml @@ -1,7 +1,7 @@ io.zipkin.zipkin2 - 2.25.2 - 2.17.1 + 2.27.0 + 2.17.2 2.7.18 com.linecorp.armeria @@ -73,7 +73,7 @@ io.zipkin.brave - 5.17.0 + 5.17.1 1.58.0 diff --git a/propagation-stackdriver/pom.xml b/propagation-stackdriver/pom.xml index d9a2968b..91e5eb95 100644 --- a/propagation-stackdriver/pom.xml +++ b/propagation-stackdriver/pom.xml @@ -1,7 +1,7 @@