From ae3fec5e80e27261345e65e39ca623cd7e966aa9 Mon Sep 17 00:00:00 2001 From: Adrian Cole Date: Sun, 26 May 2024 08:26:12 +0800 Subject: [PATCH] bumps dependencies, notable to zipkin 3.4 and spring boot 3.3 Signed-off-by: Adrian Cole --- docker/Dockerfile | 4 ++-- pom.xml | 20 ++++++++++---------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 5fcabbd..053084f 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -4,14 +4,14 @@ # # zipkin version should match zipkin.version in /pom.xml -ARG zipkin_version=3.3.0 +ARG zipkin_version=3.4.0 # java_version is used during the installation process to build or download the module jar. # # Use latest version here: https://github.com/orgs/openzipkin/packages/container/package/java # This is defined in many places because Docker has no "env" script functionality unless you use # docker-compose: When updating, update everywhere. -ARG java_version=21.0.2_p13 +ARG java_version=21.0.3_p9 # We copy files from the context into a scratch container first to avoid a problem where docker and # docker-compose don't share layer hashes https://github.com/docker/compose/issues/883 normally. diff --git a/pom.xml b/pom.xml index 6704eef..86aa45b 100644 --- a/pom.xml +++ b/pom.xml @@ -65,12 +65,12 @@ io.zipkin.zipkin2 - 3.3.0 + 3.4.0 3.4.0 - 3.2.4 + 3.3.0 com.linecorp.armeria - 1.28.0 + 1.28.4 2.23.1 @@ -87,22 +87,22 @@ 1.23.0 - 2.37.1 + 2.39.1 - 2.41.0 + 2.44.0 - 1.128.1 - 1.110.1 + 1.129.6 + 1.111.6 3.25.3 4.2.1 5.10.2 - 5.11.0 + 5.12.0 - 2.26.1 + 2.27.1 1.10.4 ${skipTests} @@ -569,7 +569,7 @@ org.apache.maven.plugins maven-gpg-plugin - 3.2.3 + 3.2.4 sign-artifacts