From 4d5783698d682446a45bfd4d7564a9fcf97988bc Mon Sep 17 00:00:00 2001 From: Adrian Cole <64215+codefromthecrypt@users.noreply.github.com> Date: Tue, 16 Apr 2024 08:03:05 -1000 Subject: [PATCH] deps: updates to zipkin 3.3 and fixes aws-junit CVE (#220) Signed-off-by: Adrian Cole --- aws-junit/pom.xml | 15 +++++++++++++++ docker/Dockerfile | 2 +- pom.xml | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/aws-junit/pom.xml b/aws-junit/pom.xml index 646f598c..dde32970 100644 --- a/aws-junit/pom.xml +++ b/aws-junit/pom.xml @@ -21,12 +21,27 @@ ${project.basedir}/.. + + + 2.13.13 + 17 17 17 + + + + org.scala-lang + scala-library + ${scala.version} + + + + io.zipkin.zipkin2 diff --git a/docker/Dockerfile b/docker/Dockerfile index 5d63d12a..387aee02 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -4,7 +4,7 @@ # # zipkin version should match zipkin.version in /pom.xml -ARG zipkin_version=3.2.1 +ARG zipkin_version=3.3.0 # java_version is used during the installation process to build or download the module jar. # diff --git a/pom.xml b/pom.xml index 6e8e44f0..70904ace 100644 --- a/pom.xml +++ b/pom.xml @@ -69,7 +69,7 @@ io.zipkin.zipkin2 - 3.2.1 + 3.3.0 3.4.0 3.2.4 2.17.0