diff --git a/docker/Dockerfile b/docker/Dockerfile index 053084f..b93ba21 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -4,14 +4,14 @@ # # zipkin version should match zipkin.version in /pom.xml -ARG zipkin_version=3.4.0 +ARG zipkin_version=3.4.1 # 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.3_p9 +ARG java_version=21.0.4_p7 # 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 35fecda..de3f5d9 100644 --- a/pom.xml +++ b/pom.xml @@ -65,12 +65,12 @@ io.zipkin.zipkin2 - 3.4.0 + 3.4.1 3.4.0 - 3.3.0 + 3.3.3 com.linecorp.armeria - 1.28.4 + 1.29.4 2.23.1 @@ -80,20 +80,20 @@ 6.0.3 - 1.63.0 + 1.66.0 - 3.25.1 + 3.25.3 32.1.3 1.23.0 - 2.39.1 + 2.43.0 - 2.44.0 + 2.48.0 - 1.129.6 - 1.111.6 + 1.132.1 + 1.114.1 3.25.3 4.2.1 @@ -102,7 +102,7 @@ - 2.27.1 + 2.30.0 1.10.4 ${skipTests}